diff --git a/README.md b/README.md index 02cad0c..ea0c7d8 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@

Notes and cheats for a better ApisCP administration experience.

- -

- - This repo's build status. - -

## Install diff --git a/notes/access-host-from-podman-container.md b/notes/access-host-from-podman-container.md index 7926154..74c864d 100644 --- a/notes/access-host-from-podman-container.md +++ b/notes/access-host-from-podman-container.md @@ -73,7 +73,7 @@ upcp -sb pgsql/install -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`. diff --git a/notes/index.md b/notes/index.md index 41b3786..b9931a4 100644 --- a/notes/index.md +++ b/notes/index.md @@ -8,7 +8,7 @@ search: false ---
- + diff --git a/notes/install-podman.md b/notes/install-podman.md index fcf1358..610d671 100644 --- a/notes/install-podman.md +++ b/notes/install-podman.md @@ -10,6 +10,16 @@ queries: - how to install docker --- + + +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. + + + Podman is the supported drop-in replacement for RHEL 8+. To install Podman, run the following commands: diff --git a/notes/php-user-overrides.md b/notes/php-user-overrides.md index 203a161..57e7b4e 100644 --- a/notes/php-user-overrides.md +++ b/notes/php-user-overrides.md @@ -32,7 +32,7 @@ To increase the memory limit, you can define a new limit as follows: memory_limit = 128M ``` -Make sure cgroups allocated memory is equal or more than you set in the override. +Make sure cgroups allocated memory is equal or more than what you set in the override.