diff --git a/FreshRSS/compose.yaml b/FreshRSS/compose.yaml deleted file mode 100644 index e19c25b..0000000 --- a/FreshRSS/compose.yaml +++ /dev/null @@ -1,12 +0,0 @@ -services: - freshrss: - image: freshrss/freshrss:latest - container_name: freshrss - restart: always - environment: - TZ: "Europe/Paris" - volumes: - - ./data:/var/www/FreshRSS/data - - ./extensions:/var/www/FreshRSS/extensions - ports: - - 80:80 diff --git a/cs2-server/before.md b/cs2-server/before.md deleted file mode 100644 index b5928dd..0000000 --- a/cs2-server/before.md +++ /dev/null @@ -1,6 +0,0 @@ -# Set ev - -# If possible use another account than the one you play with because you can't play on the same account with 2 different pc and the server count as one - -id = your_pseudo_steam - diff --git a/cs2-server/install.sh b/cs2-server/install.sh deleted file mode 100644 index 87d72b1..0000000 --- a/cs2-server/install.sh +++ /dev/null @@ -1,15 +0,0 @@ -apt install software-properties-common -add-apt-repository multiverse -dpkg --add-architecture i386 -apt update -apt install steamcmd -useradd -m steam -passwd steam -sudo -u steam -s -cd /home/steam -mkdir Steam -force_install_dir /home/steam/Steam -login $id -app_update 730 validate -mkdir /home/steam/.steam/sdk64 -ln -s /home/steam/.steam/steam/steamcmd/linux64/steamclient.so /home/steam/.steam/sdk64/ diff --git a/cs2-server/launch_command.sh b/cs2-server/launch_command.sh deleted file mode 100644 index dda248c..0000000 --- a/cs2-server/launch_command.sh +++ /dev/null @@ -1 +0,0 @@ -./cs2 -dedicated -insecure +host_workshop_collection 3434791292 +workshop_start_map 3070321829 diff --git a/jellyfin/install.sh b/jellyfin/install.sh deleted file mode 100644 index 6688271..0000000 --- a/jellyfin/install.sh +++ /dev/null @@ -1 +0,0 @@ -curl https://repo.jellyfin.org/install-debuntu.sh | bash diff --git a/qbittorrent/install.sh b/qbittorrent/install.sh deleted file mode 100644 index 2d06ef9..0000000 --- a/qbittorrent/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -pacman -S qBittorrent-nox -systemctl enable qBittorrent-nox -systemctl start qBittorrent-nox