ABOUT
seelf is a self-hosted software which makes it easy to deploy your own applications on your own hardware using an easy to use interface.
infoInitial admin email and password: `cat ~/seelf.creds`
INSTALL
Approved local installer
Defaultdebian 13
Approved locally2 CPU4096 MB RAM10 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/seelf.sh'; sha='82c284eb54ddd01a6987c1425c3eefe18539a7f521ee18f221bcf483f21d99fc'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/seelf.shSHA-256 82c284eb54ddd01a6987c1425c3eefe18539a7f521ee18f221bcf483f21d99fc LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.