Skip to content

Instantly share code, notes, and snippets.

@M4lF3s
Created January 11, 2023 16:13
Show Gist options
  • Save M4lF3s/bf2b55bd7e6264a3fa8ff36db73b189d to your computer and use it in GitHub Desktop.
Save M4lF3s/bf2b55bd7e6264a3fa8ff36db73b189d to your computer and use it in GitHub Desktop.
OnlyOffice Document Server Setup on Raspi3 w/ 1 Gig RAM
  • Install / Flash Rasbian Buster 64Bit!! Important because cloudflared ARM Image is only available for ARM64 Arch
  • Update with apt-get update

Enabling / Fixing cgroups

Installing zRAM

  • https://blog.gc2.at/post/zram/
  • apt-get install zram-tools
  • edit /etc/default/zramswap
  • Use ALGO=lz4 PERCENT=50 PRIORITY=100
  • sudo systemctl restart zramswap
  • check with swapon -s zramctl free -h
  • reboot

Install Cockpit and Podman

Launch cloudlare Tunnel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment