add ups config
Some checks failed
Build and publish the docker image / build (push) Has been cancelled

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-02 12:00:02 +03:00
parent 7c123cdebc
commit 36a21ed859
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 8 additions and 1 deletions

View File

@ -2,4 +2,6 @@
![](https://git.ngn.tf/ngn/anonymous_overflow/actions/workflows/build.yml/badge.svg)
A fork of the [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) project, with my personal changes.
A fork of the
[AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) project,
with my personal changes.

5
ups.json Normal file
View File

@ -0,0 +1,5 @@
{
"upstream": "https://github.com/httpjamesm/AnonymousOverflow",
"provider": "github",
"commit": "6f984fe7fd1c5d5cc4f11844ff707927bb248c0e"
}