1.1 KiB
1.1 KiB
any.software.forgejo-podman
Description
Role that installs Forgejo along with a Postgresql database in Podman.
Configuration
- General
forgejo_version: version of Forgejo to installforgejo_postgres_version: version of PostgreSQL to install
- Networking
forgejo_ssh_port: port to expose the SSH port to; will skip publishing port if omittedforgejo_http_port: port to expose the HTTP server to; will skip publishing port if omittedforgejo_domain: domain the server will be running onforgejo_ssh_domain: SSH domain setting, defaults toforgejo_domainforgejo_root_url: root URL setting
- Secrets
forgejo_lfs_jwt_secret: the LFS JWT secretforgejo_secret_key: theSECRET_KEYvariableforgejo_internal_token: theINTERNAL_TOKENvariableforgejo_jwt_secret: the JWT secret used for OAuth2
- Data
forgejo_data_dir: the directory regular data is stored inforgejo_repositories_dir: directory all repositories are stored inforgejo_lfs_dir: directory LFS objects are stored inforgejo_postgres_dir: data directory for the PostgreSQL database