Compare commits
3 commits
7057be55aa
...
00c976b5e3
Author | SHA1 | Date | |
---|---|---|---|
|
00c976b5e3 | ||
|
700ff956cf | ||
|
56614992c9 |
3 changed files with 16 additions and 8 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -214,8 +214,9 @@ as the server's domain name:
|
|||
4. Run `./create-self-cert.sh` to generate a self-signed certificate for
|
||||
`dev.example`
|
||||
5. In `docker-compose.yml`, uncomment the `nginx` service
|
||||
6. In `nginx.conf`, update the domain to `dev.example` and uncomment the
|
||||
self-signed cert paths
|
||||
6. In `nginx.conf`,
|
||||
- Update the domain to `dev.example`
|
||||
- Uncomment the self-signed cert paths
|
||||
7. `docker-compose up`
|
||||
|
||||
## License
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 2.2
|
||||
name: vervis
|
||||
version: 0.1
|
||||
version: 0.2
|
||||
synopsis: Federated project hosting platform
|
||||
description:
|
||||
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
|
||||
dedication, but the application as a whole has GPL dependencies, and is
|
||||
released under the AGPL 3 license.
|
||||
homepage: https://vervis.peers.community/repos/rjQ3E
|
||||
bug-reports: pere@towards.vision
|
||||
homepage: https://codeberg.org/ForgeFed/Vervis
|
||||
bug-reports: https://codeberg.org/ForgeFed/Vervis/issues
|
||||
license: AGPL-3.0-or-later
|
||||
license-file: COPYING.AGPL3
|
||||
author: Pere Lev
|
||||
|
@ -28,7 +28,7 @@ extra-source-files: API.md
|
|||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://vervis.peers.community/repos/rjQ3E
|
||||
location: https://codeberg.org/ForgeFed/Vervis
|
||||
|
||||
flag dev
|
||||
description: Turn on development settings, like auto-reload templates.
|
||||
|
|
Loading…
Reference in a new issue