Initial docker compose commit

This commit is contained in:
2026-02-15 14:16:44 -08:00
commit e3508e13c3
8 changed files with 171 additions and 0 deletions

42
Guide.txt Normal file
View File

@@ -0,0 +1,42 @@
Kubuntu Installation Notes
Storeage
========================================================
Plex Media Server
========================================================
Private Internet Access
========================================================
Deluge
========================================================
Add PPA Repo
sudo add-apt-repository ppa:deluge-team/stable
Install Headless and Web
sudo apt-get install deluged deluge-web deluge-console
Samba
=========================================================
sudo apt install samba
sudo nano /etc/samba/smb.conf
[storage]
comment = Storage
path = /mnt/storage
read only = no
browsable = yes
sudo smbpasswd -a james
sudo systemctl restart smbd