Changing main instance domain again

This commit is contained in:
fr33domlover 2022-06-27 20:21:05 +00:00
parent b18c0cb255
commit 656e7a98b9
4 changed files with 16 additions and 16 deletions

View file

@ -49,7 +49,7 @@ can install it from a distro package too, e.g.:
Clone the Vervis repo:
$ darcs clone https://dev.angeley.es/s/fr33domlover/r/vervis
$ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis
$ cd vervis
Clone dependency libraries:

View file

@ -21,7 +21,7 @@ page styles (i.e. the whole UX and UI) are in a bad shape right now, so I want
to write a few little guidelines to help you find your way until this situation
improves.
There is a Vervis instance running at <https://dev.openheart.work>, and I
There is a Vervis instance running at <https://vervis.peers.community>, and I
store my code on it. Feel free to use it and try it, however do please treat it
as a demo, as it's not a reliable stable instance for general use yet. If for
any reason you do with to keep some code and tickets etc. on it for actual use,
@ -52,7 +52,7 @@ time of writing, I'll try to keep this little tutorial up to date)!
yet. If you find that this step is unnecessary and everything works without
it, let me know :)
Host dev.openheart.work
Host vervis.peers.community
ControlMaster no
ForwardAgent no
ForwardX11 no
@ -71,25 +71,25 @@ SSH.
**HTTPS clone:**
$ darcs clone https://dev.openheart.work/s/fr33domlover/r/vervis
$ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis
**SSH clone and push:**
If your system username and Vervis username are identical:
$ darcs clone dev.openheart.work:wistera
$ darcs clone vervis.peers.community:wistera
If the repo is under another user:
$ darcs clone dev.openheart.work:aviva/poems
$ darcs clone vervis.peers.community:aviva/poems
If usernames are different:
$ darcs clone luke@dev.openheart.work:wistera
$ darcs clone luke@vervis.peers.community:wistera
If the repo is under another user:
$ darcs clone luke@dev.openheart.work:aviva/poems
$ darcs clone luke@vervis.peers.community:aviva/poems
A few more little notes:
@ -230,7 +230,7 @@ control.
The official download location is the Darcs repository:
<https://dev.openheart.work/s/fr33domlover/r/vervis>
<https://vervis.peers.community/s/fr33domlover/r/vervis>
There is a backup repo, not always up to date though, at:
@ -247,6 +247,6 @@ open a ticket for it! Even if you're going to implement something or try to
solve it.
If you're going to implement some feature or fix some bug you found, **start by
opening a ticket** [here](https://dev.openheart.work/s/fr33domlover/p/vervis/t) so
that other people will know which features are being developed and who does
what.
opening a ticket**
[here](https://vervis.peers.community/s/fr33domlover/p/vervis/t) so that other
people will know which features are being developed and who does what.

View file

@ -12,7 +12,7 @@ packages:
# Packages to be pulled from upstream that are not in the resolver (e.g.,
# acme-missiles-0.3)
extra-deps:
- git: https://dev.openheart.work/s/fr33domlover/r/yesod-auth-account
- git: https://vervis.peers.community/s/fr33domlover/r/yesod-auth-account
commit: 2d19eea0fae58897a02372a84cc48e7696a4e288
- ./lib/darcs-lights
- ./lib/darcs-rev

View file

@ -8,8 +8,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://dev.openheart.work/s/fr33domlover/p/vervis
bug-reports: https://dev.openheart.work/s/fr33domlover/p/vervis/t
homepage: https://vervis.peers.community/s/fr33domlover/p/vervis
bug-reports: https://vervis.peers.community/s/fr33domlover/p/vervis/t
license: OtherLicense
license-file: COPYING
author: fr33domlover
@ -27,7 +27,7 @@ cabal-version: >=1.10
source-repository head
type: darcs
location: https://dev.openheart.work/s/fr33domlover/r/vervis
location: https://vervis.peers.community/s/fr33domlover/r/vervis
flag dev
description: Turn on development settings, like auto-reload templates.