Replies: 2 comments 1 reply
-
|
I just tried the same set up with my admin user on the server (changing details to 1000:1000) and I get the same |
Beta Was this translation helpful? Give feedback.
-
|
Probably you need to provide This comment and I haven't tried
test 1: failure
test 2 : successTest the same but this time add
about port number 2222
I am not sure that is correct. Maybe it should be ? It looks like 2222 is the default port Using quadletIf you want to use quadlets, take a look at my comment https://codeberg.org/forgejo/forgejo/issues/6031#issuecomment-8792637 I did a quick experiment with quadlets. At least something is working Probably the integration with the databse (postgresql) needs more work though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying (or failing) to set up a Rootless Podman Forgejo on Ubuntu. I keep getting a permissions error:
I have:
gituser to run the podman container./home/git/forgejo/dataasroot:rootaftergit:gitdidn't work.podman unshare touch ~/forgejo/data/testfileworks whendata/is owned bygit:gitbut notroot:root.Using this folder structure:
compose/.env
Found git user's UID:GID with:
compose/podman-compose.yaml
Beta Was this translation helpful? Give feedback.
All reactions