Compare commits

...

3 commits

Author SHA1 Message Date
Pere Lev
00c976b5e3
README: Tweak deployment instructions 2024-10-21 20:10:56 +03:00
Pere Lev
700ff956cf
Document the 0.1 release in CHANGELOG 2024-10-21 18:25:53 +03:00
Pere Lev
56614992c9
vervis.cabal: Codeberg becomes main repo + update version to 0.1 2024-10-21 18:21:15 +03:00
3 changed files with 16 additions and 8 deletions

View file

@ -3,7 +3,14 @@ full list of changes to the source, see `darcs log`.
vervis 0.1 unreleased vervis 0.2 unreleased
============================ ============================
* First release * ...
vervis 0.1 2024-10-20
============================
* First release!
* Official Docker image now exists
* Still pre-alpha! Not ready for reliable production use

View file

@ -214,8 +214,9 @@ as the server's domain name:
4. Run `./create-self-cert.sh` to generate a self-signed certificate for 4. Run `./create-self-cert.sh` to generate a self-signed certificate for
`dev.example` `dev.example`
5. In `docker-compose.yml`, uncomment the `nginx` service 5. In `docker-compose.yml`, uncomment the `nginx` service
6. In `nginx.conf`, update the domain to `dev.example` and uncomment the 6. In `nginx.conf`,
self-signed cert paths - Update the domain to `dev.example`
- Uncomment the self-signed cert paths
7. `docker-compose up` 7. `docker-compose up`
## License ## License

View file

@ -1,6 +1,6 @@
cabal-version: 2.2 cabal-version: 2.2
name: vervis name: vervis
version: 0.1 version: 0.2
synopsis: Federated project hosting platform synopsis: Federated project hosting platform
description: description:
Vervis a decentralized software project hosting web application, which Vervis a decentralized software project hosting web application, which
@ -9,8 +9,8 @@ description:
Most of the source code is in the public domain using the CC0 public domain Most of the source code is in the public domain using the CC0 public domain
dedication, but the application as a whole has GPL dependencies, and is dedication, but the application as a whole has GPL dependencies, and is
released under the AGPL 3 license. released under the AGPL 3 license.
homepage: https://vervis.peers.community/repos/rjQ3E homepage: https://codeberg.org/ForgeFed/Vervis
bug-reports: pere@towards.vision bug-reports: https://codeberg.org/ForgeFed/Vervis/issues
license: AGPL-3.0-or-later license: AGPL-3.0-or-later
license-file: COPYING.AGPL3 license-file: COPYING.AGPL3
author: Pere Lev author: Pere Lev
@ -28,7 +28,7 @@ extra-source-files: API.md
source-repository head source-repository head
type: git type: git
location: https://vervis.peers.community/repos/rjQ3E location: https://codeberg.org/ForgeFed/Vervis
flag dev flag dev
description: Turn on development settings, like auto-reload templates. description: Turn on development settings, like auto-reload templates.