remove unused or migrated elsewere

This commit is contained in:
smayzy 2025-04-10 19:03:46 +02:00
parent e1d9624e30
commit 9f08570e21
6 changed files with 0 additions and 38 deletions

View File

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

View File

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

View File

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

View File

@ -1 +0,0 @@
./cs2 -dedicated -insecure +host_workshop_collection 3434791292 +workshop_start_map 3070321829

View File

@ -1 +0,0 @@
curl https://repo.jellyfin.org/install-debuntu.sh | bash

View File

@ -1,3 +0,0 @@
pacman -S qBittorrent-nox
systemctl enable qBittorrent-nox
systemctl start qBittorrent-nox