Add a basic readme
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
b22bd2dab1
commit
bf83c87552
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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
|
||||||
|
`BASE_URL`: Base API URL to the repo, example: `https://git.baalajimaestro.me/api/v4/projects/0`
|
||||||
|
|
||||||
|
This project is hostable with docker, and a prebuilt docker image is at `registry.baalajimaestro.me/baalajimaestro/obsolute-paste`
|
Loading…
Reference in a new issue