diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-05 13:40:31 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-05 13:40:31 +0200 |
commit | 306a8cdf6fac4e3ec2bfeda6c9952f603a5577e1 (patch) | |
tree | d7134df0cf43a3235603166a14e717f6faf5337d | |
parent | 3a1359b3ad03b2fdb3b9dc0df8629834f7419a08 (diff) | |
download | cerrado-306a8cdf6fac4e3ec2bfeda6c9952f603a5577e1.tar.gz cerrado-306a8cdf6fac4e3ec2bfeda6c9952f603a5577e1.tar.bz2 cerrado-306a8cdf6fac4e3ec2bfeda6c9952f603a5577e1.zip |
doc: Add more info about contributing
-rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -2,6 +2,10 @@ Self host single user mail based forge. +You can find a running instance here: + +https://beta.gabrielgio.me + ### Goals Keep it simple and lightweight, that includes the application itself, @@ -21,6 +25,28 @@ including its statics file, is bundled into a single binary. To run the project you just need to do a make run. +### Installations + +The only installation process available so far is through my apk +repository[^2][^3]. + +You can check openrc files for the details how it is run, but in general you'd +need the cerrado binary and scfg file. I can easily be integration with +systemd. + +### Contributing + +To discuss about the project send me a email or write an issue on codeberg[^4]. +To avoid duplicated work or to work something I might not take in, I'd +recommend to reach me before doing something. + +To contribute code feel free to create a PR on codeberg or send me an +email-patch[^5]. + +My email: + +mail@gabrielgio.me + ### TODO - Impove diff display @@ -37,3 +63,7 @@ To run the project you just need to do a make run. page based on its reference hash. [^1]: https://git.sr.ht/~emersion/scfg +[^2]: https://apkdoc.gabrielgio.me/ +[^3]: https://git.gabrielgio.me/apkbuilds/ +[^4]: https://codeberg.org/gabrielgio/cerrado/issues +[^5]: https://git-send-email.io/ |