Compare commits
No commits in common. "47796f6252f5557011251c3accc0bb758639992b" and "97e45199ffa3146b29b70e10427b4f32fed1ee72" have entirely different histories.
47796f6252
...
97e45199ff
|
|
@ -38,10 +38,6 @@ export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||||
# localectl set-locale LANG=en_US.UTF-8
|
# localectl set-locale LANG=en_US.UTF-8
|
||||||
# localectl set-locale LC_TIME=de_CH.UTF-8
|
# localectl set-locale LC_TIME=de_CH.UTF-8
|
||||||
|
|
||||||
Set Journalctl-Config to persistent Storage:
|
|
||||||
/etc/systemd/journald.conf:
|
|
||||||
Storage=persistent
|
|
||||||
|
|
||||||
# Enable Selinux in Enforcing Mode: change /etc/selinux/config
|
# Enable Selinux in Enforcing Mode: change /etc/selinux/config
|
||||||
# dnf install setroubleshoot
|
# dnf install setroubleshoot
|
||||||
`
|
`
|
||||||
|
|
@ -193,6 +189,7 @@ if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
|
||||||
|
|
||||||
### Setup Env for Podman
|
### Setup Env for Podman
|
||||||
|
|
||||||
|
we use /data/<podname> for persitent data:
|
||||||
```bash
|
```bash
|
||||||
# mkdir /data
|
# mkdir /data
|
||||||
# chown containers:containers /data
|
# chown containers:containers /data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue