2023-05-07 17:13:00 +00:00
|
|
|
# Obsolute Paste
|
|
|
|
|
|
|
|
A no-nonsense pastebin, that serves content of files from a private gitlab repository
|
|
|
|
|
|
|
|
Necessary ENV Variables:
|
|
|
|
|
|
|
|
`GITLAB_TOKEN`: A personal/deploy token, that can read the files in the provided repo
|
2023-05-07 17:15:30 +00:00
|
|
|
|
2024-07-27 01:22:07 +00:00
|
|
|
`BASE_URL`: Base API URL to the repo, example: `https://git.ptr.moe/api/v4/projects/0`
|
2023-05-07 17:13:00 +00:00
|
|
|
|
2024-07-27 01:22:07 +00:00
|
|
|
This project is hostable with docker, and a prebuilt docker image is at `git.ptr.moe/baalajimaestro/obsolute-paste`
|