this post was submitted on 08 Mar 2025
12 points (100.0% liked)
Linux
7029 readers
199 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Havent used forgejo, but -
Is the zip file a dump of the filesystem / data / config the application needs?
You could want to extract that somewhere, and mount the directory into the container.
https://docs.podman.io/en/latest/markdown/podman-volume-mount.1.html
so for example you extract to
/home/forgejo
you would map this to a container in podmanStack to help? https://stackoverflow.com/questions/69298356/how-to-mount-a-volume-from-a-local-machine-on-podman/71576242#71576242