Skip to content

Instantly share code, notes, and snippets.

@3vincent
3vincent / README-seafile-docker-caddy-install-instructions-for-VPS.md
Last active November 22, 2023 14:12
Seafile + Docker + Caddy Reverse Proxy

Seafile + Docker + Caddy Reverse Proxy on a debian/ubuntu VPS

Seafile is a great alternative to Dropbox, Google Drive or Nextcloud for sharing files either with your own devices or 3rd parties.

Prerequisites:

Your VPS should already have the minimal configuration including

  • ssh with PubPriv Keys
@xgugeng
xgugeng / seafile-caddy.conf
Last active November 22, 2023 14:11
Caddyfile for Seafile
seafile.example.com {
log {
output file /var/log/caddy/seafile.log
}
# Optional for Cloudflare
tls {
dns cloudflare {env.CF_API_TOKEN}
}
@saurabhnanda
saurabhnanda / benchmarking.md
Last active March 10, 2024 09:36
ZFS underperforms EXT4 significantly

ZFS 2-3x slower than EXT4

Table of contents