mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-05 08:37:45 -04:00
reproducible build
This commit is contained in:
committed by
Pierre Dubouilh
parent
16b31a5047
commit
177edf4791
@@ -14,21 +14,25 @@ a [simple UI](https://github.com/pldubouilh/gossa-ui) comes as default, featurin
|
||||
|
||||
* 🔍 files/directories browser & handler
|
||||
* 📩 drag-and-drop uploader
|
||||
* 🚀 lightweight and dependency free
|
||||
* 🥂 fast golang static server
|
||||
* 💾 90s web UI that prints in ms
|
||||
* 📸 picture browser
|
||||
* 📽️ video streaming
|
||||
* ✍️ simple text editor
|
||||
* ✍️ simple text/note editor
|
||||
* ⌨️ keyboard navigation
|
||||
* 🥂 fast golang static server
|
||||
* 🔒 easy/secure multi account setup, read-only mode
|
||||
* 🚀 lightweight codebase and dependency free
|
||||
* 🔒 >95% test coverage and reproducible builds
|
||||
* 💑 easy/secure multi account setup, read-only mode
|
||||
* ✨ PWA enabled
|
||||
|
||||
### build
|
||||
built blobs are available on the [release page](https://github.com/pldubouilh/gossa/releases) - or simply `make build` this repo.
|
||||
all builds are reproducible, checkout the hashes on the release page.
|
||||
|
||||
arch linux users can also install through the [user repos](https://aur.archlinux.org/packages/gossa/) - e.g. `yay -S gossa`
|
||||
|
||||
automatic boot-time startup can be handled with a user systemd service - see [support](https://github.com/pldubouilh/gossa/tree/master/support)
|
||||
|
||||
### usage
|
||||
```sh
|
||||
% ./gossa --help
|
||||
|
||||
Reference in New Issue
Block a user