19
Hosting data publicly?
(lemmy.dbzer0.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
If they're well named files, just spin up a webDAV server via
rclone
and search by file name in the browser. You could also usedavfs2
to mount the server locally in a directory and then filter through the content withfd | fzf
If they're text files, spin up a docker with Forgejo (formerly gitea) and enable the bleve search indexer.
If you wanted to get really fancy, you could have wikijs in the same docker container, use git as a backend and get a wiki that's easy to fork and distribute among the team.
Would the rclone method work with a public website? I only have a vague familiarity with rclone from the .edu google drive days.
Of course, it's just a http server. All you have to do is port-forward.