remove unused or migrated elsewere
This commit is contained in:
parent
e1d9624e30
commit
9f08570e21
@ -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
|
|
||||||
@ -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
|
|
||||||
|
|
||||||
@ -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/
|
|
||||||
@ -1 +0,0 @@
|
|||||||
./cs2 -dedicated -insecure +host_workshop_collection 3434791292 +workshop_start_map 3070321829
|
|
||||||
@ -1 +0,0 @@
|
|||||||
curl https://repo.jellyfin.org/install-debuntu.sh | bash
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
pacman -S qBittorrent-nox
|
|
||||||
systemctl enable qBittorrent-nox
|
|
||||||
systemctl start qBittorrent-nox
|
|
||||||
Loading…
Reference in New Issue
Block a user