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" -``` 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`). 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