diff --git a/_posts/2017-12-15-our-new-cloud-service-nextcloud.md b/_posts/2017-12-15-our-new-cloud-service-nextcloud.md index dc961e7..b217234 100644 --- a/_posts/2017-12-15-our-new-cloud-service-nextcloud.md +++ b/_posts/2017-12-15-our-new-cloud-service-nextcloud.md @@ -26,3 +26,5 @@ Nextcloud has the following cloud services: All of these services offer sharing items (calendars, contacts, appointments, files, folders, etc.) within Nextcloud, but also with external users via public or private links (with a shared key). + +*For more information about this service, see the [service page](/services/nextcloud.html).* diff --git a/_posts/2019-08-25-new-mail-server-service.md b/_posts/2019-08-25-new-mail-server-service.md index dc70c2f..3f8836b 100644 --- a/_posts/2019-08-25-new-mail-server-service.md +++ b/_posts/2019-08-25-new-mail-server-service.md @@ -10,3 +10,5 @@ spam (using [Rspamd](http://rspamd.com)). Then, it is forwared to another server that will sort it out into mailboxes using the default spam filter or the filter defined by our users. Also, all mailing lists that we used to have are cleaned up and the few that remained have also been moved to this server. + +*For more information about this service, see the [service page](/services/email.html).* diff --git a/_posts/2019-12-23-matrix-service.md b/_posts/2019-12-23-matrix-service.md index 7ca95b2..d4931ce 100644 --- a/_posts/2019-12-23-matrix-service.md +++ b/_posts/2019-12-23-matrix-service.md @@ -14,3 +14,5 @@ If you have a Luon account, you can immediately log in and use it. Our Matrix ID **Note**: We currently have no bridges to IRC or other communication networks such as Discord/Slack/etc. installed, nor VoIP support or other integrations. For this, you will currently have to rely on Matrix' own bridges and integrations. **Note 2**: This installation is not completely definitive yet, but you can probably rely on us keeping it around. + +*For more information about this service, see the [service page](/services/matrix.html).* diff --git a/_posts/2020-03-25-jitsi-meet-service.md b/_posts/2020-03-25-jitsi-meet-service.md index e5bc456..fcf2334 100644 --- a/_posts/2020-03-25-jitsi-meet-service.md +++ b/_posts/2020-03-25-jitsi-meet-service.md @@ -10,3 +10,5 @@ There is also a "Jitsi Meet" Android and iOS app available for easy integration Soon, this feature will also be integrated in our Matrix setup so Jitsi Meet conference rooms can be associated with Matrix rooms. More on that later… **Note**: We have set up some quotas and CPU/bandwidth limits because it is an open instance at the moment. In case it is slow or doesn't work, let us know! + +*For more information about this service, see the [service page](/services/jitsi-meet.html).* diff --git a/_posts/2020-04-14-hosting-git-repositories-using-gitea.md b/_posts/2020-04-14-hosting-git-repositories-using-gitea.md index 6902096..8ce2551 100644 --- a/_posts/2020-04-14-hosting-git-repositories-using-gitea.md +++ b/_posts/2020-04-14-hosting-git-repositories-using-gitea.md @@ -8,4 +8,6 @@ Last weekend Luon has launched [Gitea](http://giteo) as our service for hosting This Gitea service replaces the old Gitolite setup on Cube which was cumbersome to use because it had no web frontend, no easy way to do thing as pull requests as well as configure the SSH keys you are identifying yourself with. All repositories have been migrated from Gitolite to Gitea. -Gitea was chosen because it is very easy to set up and use while it still supports [most of the features](https://docs.gitea.io/en-us/comparison/) of the bigger competitors, such as [Github](https://github.com) and [GitLab](https://gitlab.com), support. Note hpwever that it might be worth while to also push your repository to your account on either of these popular services to make your project more discoverable. Given the distributed nature of Git it is easy to set up another remote for these account or to push to two services simultaneously. \ No newline at end of file +Gitea was chosen because it is very easy to set up and use while it still supports [most of the features](https://docs.gitea.io/en-us/comparison/) of the bigger competitors, such as [Github](https://github.com) and [GitLab](https://gitlab.com), support. Note hpwever that it might be worth while to also push your repository to your account on either of these popular services to make your project more discoverable. Given the distributed nature of Git it is easy to set up another remote for these account or to push to two services simultaneously. + +*For more information about this service, see the [service page](/services/git.html).*