Go to file
Conrad Hoffmann 0f68e8bc93 Don't sanitize root wiki's HTML
The sanitizer has become pretty strict, but the root wiki's content is
not user-supplied, so there is no harm in making an exception for it.
2024-01-09 11:57:44 +01:00
.builds Upgrade to Alpine 3.17 2023-03-22 11:58:39 +01:00
api Update to latest version of core-go 2024-01-09 11:34:22 +01:00
contrib Use explicit py3 shebang for contrib/fixup-scopes 2019-08-07 10:08:44 +09:00
mansrht Don't sanitize root wiki's HTML 2024-01-09 11:57:44 +01:00
scss create: fix logic error with existing refs 2021-08-06 10:02:07 +02:00
.gitignore API: implement user account deletion 2022-11-02 10:09:32 +01:00
LICENSE Add license (AGPL) 2018-06-08 21:15:39 -04:00
Makefile Upgrade to Alpine 3.17 2023-03-22 11:58:39 +01:00
README.md Add README.md 2019-01-08 18:10:03 -05:00
config.example.ini Updating config example for new mail options 2021-12-01 09:36:35 +01:00
go.mod Update to latest version of core-go 2024-01-09 11:34:22 +01:00
go.sum Update to latest version of core-go 2024-01-09 11:34:22 +01:00
mansrht-initdb add database stamp for core.sr.ht 2020-08-11 10:46:24 -04:00
mansrht-migrate Miscellaenous UI improvements 2019-07-29 09:51:23 -04:00
run.py Use standard way of running debug/local services 2019-01-13 09:31:10 -05:00
schema.sql schema.sql: Add missing cascades 2022-11-02 10:03:22 +01:00
setup.py setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile 2020-08-28 09:03:51 -04:00
static Initial commit 2017-12-03 11:57:54 -05:00

README.md

This repository contains the code for the sr.ht git wiki service. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/man.sr.ht/installation.md