This commit is contained in:
DoTheEvolution 2020-05-02 22:48:23 +02:00
parent 92c3564933
commit 361d971966
9 changed files with 23 additions and 9 deletions

View File

@ -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.</br>
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`</br>
`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</br>
@ -147,3 +158,4 @@ it's the fastest zsh framework and out of the box setup nicely
`cd yay-bin && makepkg -si`</br>
`cd .. && rm -rf yay-bin`</br>
`ctop` and `inxi` are good packages from yay

View File

@ -55,7 +55,7 @@ networks:
# GENERAL
MY_DOMAIN=blabla.org
DEFAULT_NETWORK=caddy_net
TZ=Europe/Prague
TZ=Europe/Bratislava
# BITWARDEN
ADMIN_TOKEN=YdLo1TM4MYEQ948GOVZ29IF4fABSrZMpk9

View File

@ -67,7 +67,7 @@ networks:
# GENERAL
MY_DOMAIN=blabla.org
DEFAULT_NETWORK=caddy_net
TZ=Europe/Prague
TZ=Europe/Bratislava
#LINUXSERVER.IO
PUID=1000

View File

@ -49,7 +49,7 @@ services:
# GENERAL
MY_DOMAIN=blabla.org
DEFAULT_NETWORK=caddy_net
TZ=Europe/Prague
TZ=Europe/Bratislava
#LINUXSERVER.IO
PUID=1000

View File

@ -51,7 +51,7 @@ networks:
# GENERAL
MY_DOMAIN=blabla.org
DEFAULT_NETWORK=caddy_net
TZ=Europe/Prague
TZ=Europe/Bratislava
```
# Reverse proxy

View File

@ -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

View File

@ -50,7 +50,7 @@ networks:
# GENERAL
MY_DOMAIN=blabla.org
DEFAULT_NETWORK=caddy_net
TZ=Europe/Prague
TZ=Europe/Bratislava
```
# reverse proxy

View File

@ -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 \<docker-host-ip>:9090.
Caddy will also need port 9090 published.
`Caddyfile`
```
grafana.{$MY_DOMAIN} {

View File

@ -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