diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index b752c57..d5560bd 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -36,7 +36,7 @@ The above command will fuck your machine up if you dunno what you are doing # Boot from the usb -This is BIOS/MBR setup as I am running on and old thinkpad with a busted screen, +This is BIOS/MBR setup as I am running on an old thinkpad with a busted screen, plus I like the simplicity of it.
So if theres boot menu option choose non-uefi. @@ -129,6 +129,17 @@ it's the fastest zsh framework and out of the box setup nicely `chsh -s /bin/zsh`
`curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh` +I like to to add this to `.zshrc` for ctrl+f prepending sudo + +``` +add_sudo (){ + BUFFER="sudo $BUFFER" + zle -w end-of-line +} +zle -N add_sudo +bindkey "^f" add_sudo +``` + ### Setup docker * have `docker` and `docker-compose` packages installed
@@ -147,3 +158,4 @@ it's the fastest zsh framework and out of the box setup nicely `cd yay-bin && makepkg -si`
`cd .. && rm -rf yay-bin`
+`ctop` and `inxi` are good packages from yay diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index 8f28643..a51dcb3 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -55,7 +55,7 @@ networks: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava # BITWARDEN ADMIN_TOKEN=YdLo1TM4MYEQ948GOVZ29IF4fABSrZMpk9 diff --git a/bookstack/readme.md b/bookstack/readme.md index 94ca3a5..5feaec7 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -67,7 +67,7 @@ networks: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava #LINUXSERVER.IO PUID=1000 diff --git a/ddclient/readme.md b/ddclient/readme.md index 7b06a81..ba4508d 100644 --- a/ddclient/readme.md +++ b/ddclient/readme.md @@ -49,7 +49,7 @@ services: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava #LINUXSERVER.IO PUID=1000 diff --git a/homer/readme.md b/homer/readme.md index efa0d10..47b75dc 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -51,7 +51,7 @@ networks: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava ``` # Reverse proxy diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 9f434b7..90985e3 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -109,7 +109,7 @@ networks: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava # NEXTCLOUD-MARIADB MYSQL_ROOT_PASSWORD=nextcloud diff --git a/portainer/readme.md b/portainer/readme.md index 0fc98ad..ce1f0e7 100644 --- a/portainer/readme.md +++ b/portainer/readme.md @@ -50,7 +50,7 @@ networks: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava ``` # reverse proxy diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index b74a1f0..4946dff 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -148,7 +148,7 @@ networks: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava # GRAFANA GF_SECURITY_ADMIN_USER=admin @@ -271,6 +271,8 @@ The setup is accessed through grafana. But occasionally there might be need to check with prometheus, which will be available on \:9090. +Caddy will also need port 9090 published. + `Caddyfile` ``` grafana.{$MY_DOMAIN} { diff --git a/watchtower/readme.md b/watchtower/readme.md index 6d58923..6e44c65 100644 --- a/watchtower/readme.md +++ b/watchtower/readme.md @@ -47,7 +47,7 @@ services: # GENERAL MY_DOMAIN=blabla.org DEFAULT_NETWORK=caddy_net -TZ=Europe/Prague +TZ=Europe/Bratislava # WATCHTOWER WATCHTOWER_SCHEDULE=0 0 0 * * SAT