mirror of
https://git.sr.ht/~sircmpwn/paste.sr.ht
synced 2026-07-20 06:12:28 +02:00
No description
- Go 34.2%
- Python 26%
- HTML 24.3%
- SCSS 7.8%
- Makefile 3.6%
- Other 4.1%
Currently, the regular DNS names are used for deployments via SSH. However, as we get closer to moving bits and pieces into Kubernetes, we may have to detach the concepts of the HTTP ingress and the "deployable VM". As SSH to the VMs is more of an internal (non-public) service, use a .srht.network name for this as opposed to a "deploy.paste.sr.ht" or something. |
||
|---|---|---|
| .builds | ||
| _static | ||
| api | ||
| cmd/api | ||
| migrations | ||
| pastesrht | ||
| scss | ||
| .editorconfig | ||
| .git_archival.txt | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yml | ||
| config.example.ini | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| run.py | ||
| schema.sql | ||
| setup.py | ||
This repository contains the code for the sr.ht paste-bin service. For instructions on deploying or contributing to this project, visit the manual here: