Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:vpn [2024-12-07 Sat wk49 12:43] – [Syncthing] baumkpdocker_notes:vpn [2024-12-07 Sat wk49 19:15] (current) – [Privatebin] baumkp
Line 20: Line 20:
 =====Privatebin===== =====Privatebin=====
  
 +  *[[https://privatebin.info/|PrivateBin]]
 +  *[[https://github.com/PrivateBin|Github Privatebin]]
 +  *[[https://github.com/JamesTurland/JimsGarage/blob/main/PrivateBin/docker-compose.yaml|Jims Garage PrivateBin/docker-compose.yaml]]
 =====Syncthing===== =====Syncthing=====
  
-[[https://syncthing.net/|Syncthing]]+  *[[https://syncthing.net/|Syncthing]] 
 +    *[[https://docs.syncthing.net/intro/getting-started.html|getting started]] 
 +  *[[https://docs.syncthing.net/intro/getting-started.html|Syncthing Getting  Started]] 
 + 
 +=====Unison===== 
 + 
 +  *The Linux Code [[https://thelinuxcode.com/unison-file-synchronization-between-two-servers/|How to Use Unison for Seamless File Synchronization Between Servers]] 
 +  *Arch Linux [[https://man.archlinux.org/man/unison.1.en|Unison manual]] 
 +  *[[https://www.cyberciti.biz/faq/unison-file-synchronizer-tool/|UNIX / Linux: HowTo Use unison File Synchronizer]] 
 +  *[[https://github.com/bcpierce00/unison/blob/master/README.md|GIT Unison]] 
 +  *[[https://www.cis.upenn.edu/~bcpierce/unison/|Unison Website]] superseded 
 + 
 +=====inotify===== 
 + 
 +  *[[https://www.cyberciti.biz/faq/linux-inotify-examples-to-replicate-directories/|Linux incrond inotify Monitor Directories For Changes And Take Action]] 
 +  * 
 =====Wireguard===== =====Wireguard=====
 I previously successfully setup [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|wireguard]] on my router.  This was installed on "bare metal" as was the nftable based router firewall. I later installed Bind9 DNS and Kea DHCP programs in Docker containers.  I always run Docker in a VM to prevent Docker's packet filtering from affecting the bare metal firewall rules.  I did not move Wireguard to a Docker container as I did not have the need at the time. I previously successfully setup [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|wireguard]] on my router.  This was installed on "bare metal" as was the nftable based router firewall. I later installed Bind9 DNS and Kea DHCP programs in Docker containers.  I always run Docker in a VM to prevent Docker's packet filtering from affecting the bare metal firewall rules.  I did not move Wireguard to a Docker container as I did not have the need at the time.