Compare commits

..
2 Commits
Author SHA1 Message Date
Romane e29a7b5151 Merge branch 'main' of https://gitea.ct.cozytren.ch/romane/agentbox 2026-08-07 09:01:32 +02:00
Romane 9db857f372 adapt agentbox settings 2026-08-07 09:00:48 +02:00
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -1 +1,2 @@
.env
output/
+9 -5
View File
@@ -1,7 +1,11 @@
You have access to the following:
- gitea repo for code
- url: https://gitea.ct.cozytren.ch
- username: "agentbox"
- password in $GITEA_PASSWORD
- login over https, not ssh
- root (install all needed utils/software)
- committing code
- build and commit locally in /workdir (not in /context)
- git user: "agentbox (agentbox@no-email)"
- an internet connection to the outside
- a full docker host (socket on hostname dind)
+2
View File
@@ -15,3 +15,5 @@ services:
dind:
condition: service_started
env_file: .env
volumes:
- ./output:/workdir