Skip to content

Commit

Permalink
MInor updates and additional infos
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Sep 27, 2024
1 parent 9ce4aeb commit 427fd6d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
</a>

<h2>Notes and cheats for a better ApisCP administration experience.</h2>

<p>
<a href="https://travis-ci.com/thundersquared/apiscp-notes">
<img src="https://travis-ci.com/thundersquared/apiscp-notes.svg?branch=master" alt="This repo's build status." />
</a>
</p>
</div>

## Install
Expand Down
2 changes: 1 addition & 1 deletion notes/access-host-from-podman-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ upcp -sb pgsql/install

<Note>

You can now achieve this on edge and edge-master by using `pgsql.listening-ips` scope: `cpcmd scope:set pgsql.listening-ips '["127.0.0.1", "::1", "10.89.0.1"]'` will update the bind address definition and will trigger bootstrapper to apply `pgsql/install`.
You can now achieve this by using `pgsql.listening-ips` scope: `cpcmd scope:set pgsql.listening-ips '["127.0.0.1", "::1", "10.89.0.1"]'` will update the bind address definition and will trigger bootstrapper to apply `pgsql/install`.

</Note>

Expand Down
2 changes: 1 addition & 1 deletion notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ search: false
---

<div align="center">
<a href="https://thundersquared.github.io/apiscp-notes/">
<a href="/">
<img src="../images/apiscp-icon.png" width="128" />
</a>

Expand Down
10 changes: 10 additions & 0 deletions notes/install-podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ queries:
- how to install docker
---

<Warning>

Podman interferes with typical ApisCP behaviour, changing firewall rules to accomodate container routing definitions.

A side-effect of this behaviour manifests with containers becoming unresponsive when accessing exposed ports form the host or outside world, as firewall rules are refreshed on the panel's side efectively removing Podman-added rules.

Docker is a preferred alternative in this case.

</Warning>

Podman is the supported drop-in replacement for RHEL 8+.

To install Podman, run the following commands:
Expand Down
2 changes: 1 addition & 1 deletion notes/php-user-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To increase the memory limit, you can define a new limit as follows:
memory_limit = 128M
```

<Warning>Make sure cgroups allocated memory is equal or more than you set in the override.</Warning>
<Warning>Make sure cgroups allocated memory is equal or more than what you set in the override.</Warning>

<Warning>

Expand Down

0 comments on commit 427fd6d

Please sign in to comment.