Go to file
Thorben Günther 7e6b9628a4 api/schema: Rename import to importUpload
import is a keyword in Go, so gqlgen currently renames this to
importArg. importUpload fits better.
2023-11-21 16:51:26 +01:00
.builds Upgrade to Alpine 3.17 2023-03-22 11:23:16 +01:00
api api/schema: Rename import to importUpload 2023-11-21 16:51:26 +01:00
scss Specify color for label link inside event 2021-03-20 08:43:25 -04:00
tests spelling: nonexistent 2023-10-24 12:35:42 +02:00
todosrht limit length of new comments 2023-10-24 12:43:51 +02:00
.gitignore Remove models_gen.go 2022-03-24 14:44:03 +01:00
LICENSE Initial commit 2017-07-21 21:00:00 -04:00
Makefile Upgrade to Alpine 3.17 2023-03-22 11:23:16 +01:00
README.md Add README.md 2019-01-08 18:08:01 -05:00
config.example.ini Add api-origin to example config 2022-05-10 10:30:23 +02:00
config.test.ini Updates for single-sign-on support 2019-11-30 10:17:42 -05:00
go.mod api/graph: implement tracker export 2023-08-16 12:02:51 +02:00
go.sum Move go.mod to root 2023-04-11 15:01:21 +02:00
run.py Update for sr.ht unified config 2018-09-03 09:55:28 -04:00
schema.sql schema: fix user.id type 2023-08-22 22:10:42 +02:00
setup.py Replace pystache with string.Template 2021-05-16 16:14:59 -04:00
static Initial commit 2017-07-21 21:00:00 -04:00
todosrht-initdb add database stamp for core.sr.ht 2020-08-11 10:46:56 -04:00
todosrht-lmtp spelling: discussion 2023-10-24 12:35:42 +02:00
todosrht-migrate Split out core.sr.ht migrations 2019-04-04 14:13:15 -04:00

README.md

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

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