Compare commits

..

No commits in common. "00c976b5e3d0ecc32fccafffd831fed0aef72e58" and "7057be55aabe6934253d871a2e30798521769ed0" have entirely different histories.

3 changed files with 8 additions and 16 deletions

View file

@ -3,14 +3,7 @@ full list of changes to the source, see `darcs log`.
vervis 0.2 unreleased vervis 0.1 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,9 +214,8 @@ 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`, 6. In `nginx.conf`, update the domain to `dev.example` and uncomment the
- Update the domain to `dev.example` self-signed cert paths
- 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.2 version: 0.1
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://codeberg.org/ForgeFed/Vervis homepage: https://vervis.peers.community/repos/rjQ3E
bug-reports: https://codeberg.org/ForgeFed/Vervis/issues bug-reports: pere@towards.vision
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://codeberg.org/ForgeFed/Vervis location: https://vervis.peers.community/repos/rjQ3E
flag dev flag dev
description: Turn on development settings, like auto-reload templates. description: Turn on development settings, like auto-reload templates.