Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:filestash [2024/04/22 09:46] – created willy | services:filestash [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== FileStash ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | FileStash is provided only as a container, which makes it difficult to run as multiple instances for multiple users. | ||
- | |||
- | As usual you need a dedicated user for proper security: | ||
- | <code bash> | ||
- | useradd -d / | ||
- | su - filestash | ||
- | curl -O https:// | ||
- | </ | ||
- | |||
- | Now properly edit the compose file: | ||
- | <file - docker-compose.yml> | ||
- | |||
- | </ | ||
- | |||
- | And then the usual: | ||
- | <code bash> | ||
- | su - filestash | ||
- | podman compose pull | ||
- | </ | ||
- | |||
- | ===== Reverse Proxy ===== | ||
- | |||
- | |||
- | |||
- | |||
- | ===== Autostart ===== | ||
- | |||