summaryrefslogtreecommitdiff
path: root/system-configuration.scm
AgeCommit message (Collapse)Author
2024-01-14Flesh out unified git server with SSH and HTTPSMarek Paśnikowski
Previously Gitolite and cgit were serving different directories, and also an old installation of git-daemon was still declared in the system. This commit points cgit to Gitolite's repositories and removes the git-daemon.
2024-01-14feat(nginx): configure Radicale settingsMarek Paśnikowski
Set up the reverse proxy for radicale.marekpasnikowski.pl and listen for this subdomain. Configure the SSL certificates to include the subdomain. Fix a warning about wrong X-Script-name and include a link to .well-known folder in order to fix synchronization with Sailfish OS.
2024-01-14feat(service): install Radicale serverMarek Paśnikowski
Add Radicale service in order to serve CardDAV.
2024-01-14Kill history to remove past secretsMarek Paśnikowski