From f1f00c8127fe744fac042987891fa47ceb895e75 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 3 Apr 2022 10:50:12 +0200 Subject: [PATCH] update --- bookstack/readme.md | 4 ++++ borg_backup/readme.md | 21 ++++++--------------- jellyfin/readme.md | 4 +--- wireguard/readme.md | 2 +- 4 files changed, 12 insertions(+), 19 deletions(-) diff --git a/bookstack/readme.md b/bookstack/readme.md index 7533010..ef44220 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -137,6 +137,10 @@ Default login: `admin@admin.com` // `password` ![interface-pic](https://i.imgur.com/cN1GUZw.png) +# Trouble shooting + +If after update you cant see edit tools. Clear cookies. + # Update [Watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) diff --git a/borg_backup/readme.md b/borg_backup/readme.md index e04035d..0b81124 100644 --- a/borg_backup/readme.md +++ b/borg_backup/readme.md @@ -64,7 +64,8 @@ Borg is likely in your linux repositories. `mkdir ~/borg`
`borg init --encryption=none ~/borg/docker_backup` -Note the sudo. Borg commands should be run as root, so it can access everything. +Note the lack of sudo for initialization, this allows regular user to browse it. +But the script should be run as root to have full access. #### The backup script @@ -141,23 +142,13 @@ but then non root user would not be able to enter the repo directory. ### Automatic execution -Using [cron](https://wiki.archlinux.org/index.php/cron). +Previously cron has been used, but decided to try systemd timers. + +[This](https://blog.andrewkeech.com/posts/170719_borg.html) is the source. + -**Make sure cron is installed and the service is running**
-`sudo systemctl status cronie` - -Create a cron job that executes the script -[at 03:00](https://crontab.guru/#0_03_*_*_*) - -* switch to root
- `su` -* add new cron job
- `crontab -e`
- `0 3 * * * /home/bastard/borg/borg_backup.sh` -`crontab -l` - list current cronjobs
-`journalctl -u cronie` - cron history # Accessing the backup files diff --git a/jellyfin/readme.md b/jellyfin/readme.md index 2dc5f1b..543e7bc 100644 --- a/jellyfin/readme.md +++ b/jellyfin/readme.md @@ -161,9 +161,7 @@ jellyfin.{$MY_DOMAIN} { *We're unable to connect to the selected server right now. Please ensure it is running and try again.* -If you encounter this, -try open the url in browsers private window. - +If you encounter this, try opening the url in browsers private window.
If it works then clear the cookies in your browser. diff --git a/wireguard/readme.md b/wireguard/readme.md index a66b855..c1e7755 100644 --- a/wireguard/readme.md +++ b/wireguard/readme.md @@ -152,7 +152,7 @@ Address = 10.200.200.2/32 [Peer] PublicKey = fuCKVQU+x/jukZq3WH5yorJ4mE665dkv2HKN/0mH5hQ= -AllowedIPs = 10.200.200.1/32, 192.168.5.0/24 +AllowedIPs = 192.168.5.0/24 Endpoint = 63.123.113.495:51820 ```