homelab/server
2022-04-29 11:29:12 -07:00
..
config Remove reference to Authentik 2022-04-29 11:29:12 -07:00
hosts.txt Init 2022-02-08 17:00:27 -08:00
README.md Add server fstab 2022-04-08 10:31:37 -07:00

Server

General-purpose server hosting a variety of Docker-based application stacks.

This server exists behind the jafner.net DDNS record.

Services

This server runs a bunch of stuff behind the jafner.net domain.

For a living portal listing all user-facing services, go to https://home.jafner.net

This repository is automatically pushed to the host when a change is made to a file in this subdirectory.

Sharing Files

For files smaller than 2 GB, use XBackBone. For files between 2 GB and 400 GB, use Mega. For files greater than 400 GB, ship a drive.

System /etc/fstab

//joey-nas/media /mnt/nas/media cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0 //joey-nas/Text/Calibre /mnt/nas/calibre cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0 //joey-nas/torrenting /mnt/nas/torrenting cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0 //joey-nas/backups /mnt/nas/backups cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0

/dev/md0 /mnt/md0 ext4 defaults,nofail,discard 0 0