diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-04 08:15:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-04 08:15:04 -0400 |
| commit | 878b37178d5b55046871ce53371eec5efb52cc78 (patch) | |
| tree | 28341ab6cfb79a465f0e72318bfcb7cccb13d627 /run/default.env | |
| parent | a230a58a1d6d11d50846c6f788d3c04a42f2c6ce (diff) | |
| download | anubis-878b37178d5b55046871ce53371eec5efb52cc78.tar.xz anubis-878b37178d5b55046871ce53371eec5efb52cc78.zip | |
implement packaging proof of concept with yeet (#194)
* implement packaging proof of concept with yeet
Signed-off-by: Xe Iaso <me@xeiaso.net>
* docs/developer: add local dev docs for yeet
Signed-off-by: Xe Iaso <me@xeiaso.net>
* apply review feedback
Signed-off-by: Xe Iaso <me@xeiaso.net>
* build package artifacts in CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
* tell CI to fetch all git metadata
Signed-off-by: Xe Iaso <me@xeiaso.net>
* rename package builds job
Signed-off-by: Xe Iaso <me@xeiaso.net>
* upload each package individually
Signed-off-by: Xe Iaso <me@xeiaso.net>
* split package build CI jobs
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix code injection?
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix ci?
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fix security alert
Signed-off-by: Xe Iaso <me@xeiaso.net>
* docs/local-dev: point people to yeet v1.13.3
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'run/default.env')
| -rw-r--r-- | run/default.env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/run/default.env b/run/default.env new file mode 100644 index 0000000..935cdb6 --- /dev/null +++ b/run/default.env @@ -0,0 +1,5 @@ +BIND=:8923 +DIFFICULTY=4 +METRICS_BIND=:9090 +SERVE_ROBOTS_TXT=0 +TARGET=http://localhost:3000
\ No newline at end of file |
