From 0e90b5db796b95db76b05d82efea79ece2402593 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:46:32 +0100 Subject: [PATCH] try the file_denylist --- software/forgejo/egg-forgejo.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/software/forgejo/egg-forgejo.json b/software/forgejo/egg-forgejo.json index 4c2d9936..d2ef96bb 100644 --- a/software/forgejo/egg-forgejo.json +++ b/software/forgejo/egg-forgejo.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-03-20T04:56:47+00:00", + "exported_at": "2024-03-20T08:45:50+01:00", "name": "Forgejo", "author": "seaswimmerthefsh@gmail.com", "description": "Forgejo is a community managed lightweight code hosting solution written in Go. It is published under the MIT license, and is a fork of Gitea.", @@ -12,7 +12,9 @@ "docker_images": { "Debian": "ghcr.io\/parkervcp\/yolks:debian" }, - "file_denylist": [], + "file_denylist": [ + "forgejo" + ], "startup": ".\/forgejo web -p {{SERVER_PORT}} -c .\/app.ini", "config": { "files": "{\r\n \"custom\/app.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"DISABLE_SSH\": \"DISABLE_SSH: {{server.build.env.DISABLE_SSH}}\",\r\n \"SSH_PORT\": \"SSH_PORT: {{server.build.env.SSH_PORT}}\"\r\n }\r\n }\r\n}", @@ -59,4 +61,4 @@ "field_type": "text" } ] -} +} \ No newline at end of file