From 4e7e4283d493cc12b59a4cac193ffc904a1df18f Mon Sep 17 00:00:00 2001 From: moni Date: Mon, 14 Apr 2025 22:12:30 +0200 Subject: [PATCH 1/4] Update homeservers/Jellyfin.md --- homeservers/Jellyfin.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/homeservers/Jellyfin.md b/homeservers/Jellyfin.md index 99bffee..4935a9b 100644 --- a/homeservers/Jellyfin.md +++ b/homeservers/Jellyfin.md @@ -11,11 +11,3 @@ The user also has the authorized_keys so I can do this: ```sh ssh jellyfin@192.168.1.10 ``` - -and proceed to add the directories for the media files: - -```sh -cd jellyfin/media/tvshows/ -mkdir "Show I Want To Watch (2020)" -mkdir "Season 01" -``` From 92d797e4104c0e56c5e3bf223a663a893115976a Mon Sep 17 00:00:00 2001 From: moni Date: Mon, 14 Apr 2025 22:13:42 +0200 Subject: [PATCH 2/4] Update homeservers/Backup.md --- homeservers/Backup.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/homeservers/Backup.md b/homeservers/Backup.md index fdc93bd..5b9c80c 100644 --- a/homeservers/Backup.md +++ b/homeservers/Backup.md @@ -1,13 +1,3 @@ -# Syncthing - -```sh -sudo systemctl restart syncthing@photoprism.service -``` - -Admin interface: http://192.168.1.10:8384/ - -I have a user called `photoprism` and the password is in Bitwarden - # Borg Backup to Hetzner Storage Box For backup I use [Borg](https://borgbackup.readthedocs.io/). I followed the steps described in this community article: From 4b1e873446d8287af046f6307a3e84d2efedd2af Mon Sep 17 00:00:00 2001 From: moni Date: Mon, 14 Apr 2025 22:14:52 +0200 Subject: [PATCH 3/4] Update os/AlmaLinux/AlmaLinux.md --- os/AlmaLinux/AlmaLinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/AlmaLinux/AlmaLinux.md b/os/AlmaLinux/AlmaLinux.md index 181a631..7e1b85c 100644 --- a/os/AlmaLinux/AlmaLinux.md +++ b/os/AlmaLinux/AlmaLinux.md @@ -58,7 +58,7 @@ It will run in the foreground because we didn't pass `-d`. Open your browser to: * http://192.168.1.11:8080 -* or http://192.168.1.10:8080 for the 8GB server +* or http://192.168.1.10:8080 for the other server. You can stop the container with CTRL+C. It should clean itself up (`--rm`). From e0bc1593952636f7bc1147e93265ca37cdb2c21d Mon Sep 17 00:00:00 2001 From: moni Date: Mon, 14 Apr 2025 22:15:57 +0200 Subject: [PATCH 4/4] Update os/FreeBSD/Bastille/Bastille.md --- os/FreeBSD/Bastille/Bastille.md | 45 +-------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/os/FreeBSD/Bastille/Bastille.md b/os/FreeBSD/Bastille/Bastille.md index 9d70d9a..d22a5c8 100644 --- a/os/FreeBSD/Bastille/Bastille.md +++ b/os/FreeBSD/Bastille/Bastille.md @@ -167,47 +167,4 @@ Now destroy it: ```sh bastille stop alcatraz bastille destroy force alcatraz -``` - -# Using ports - -```sh -bastille create alcatraz 14.2-RELEASE 192.168.1.201 em0 -bastille pkg alcatraz bootstrap -bastille pkg alcatraz update -bastille pkg alcatraz install -y git -bastille cmd alcatraz git clone --depth 1 https://git.FreeBSD.org/ports.git /usr/ports -``` - -and then go in the console: - -```sh -bastille console alcatraz -``` - -within the console... - -```sh -export BATCH=yes -cd /usr/ports/www/apache24/ && make install clean -exit -``` - -enable and start it ... - -```sh -bastille sysrc alcatraz apache24_enable=YES -bastille service alcatraz apache24 start -``` - -Test it: - -```sh -curl http://192.168.1.201/ -``` - -Destroy it: - -```sh -bastille destroy force alcatraz -``` +``` \ No newline at end of file