diff --git a/bitnami/gitea/1/debian-12/Dockerfile b/bitnami/gitea/1/debian-12/Dockerfile index efcf8bc75810..66f06d7946ab 100644 --- a/bitnami/gitea/1/debian-12/Dockerfile +++ b/bitnami/gitea/1/debian-12/Dockerfile @@ -7,11 +7,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-06-29T14:48:45Z" \ + org.opencontainers.image.created="2024-07-02T13:07:48Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/gitea/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.22.0-debian-12-r2" \ + org.opencontainers.image.ref.name="1.22.0-debian-12-r3" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitea" \ org.opencontainers.image.title="gitea" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/gitea/README.md b/bitnami/gitea/README.md index 1742cb68dc68..6548296dc3c8 100644 --- a/bitnami/gitea/README.md +++ b/bitnami/gitea/README.md @@ -163,46 +163,46 @@ Gitea can be configured via environment variables or using a configuration file #### Customizable environment variables -| Name | Description | Default Value | -|------------------------------|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| -| `GITEA_REPO_ROOT_PATH` | Gitea git repositories path. | `${GITEA_DATA_DIR}/git/repositories` | -| `GITEA_LFS_ROOT_PATH` | Gitea git LFS path. | `nil` | -| `GITEA_LOG_ROOT_PATH` | Gitea log path. | `${GITEA_TMP_DIR}/log` | -| `GITEA_LOG_MODE` | Gitea log mode. | `nil` | -| `GITEA_LOG_ROUTER` | Gitea log router. | `nil` | -| `GITEA_ADMIN_USER` | Admin username. | `bn_user` | -| `GITEA_ADMIN_PASSWORD` | Admin password. | `bitnami` | -| `GITEA_ADMIN_EMAIL` | Admin user email. | `user@bitnami.org` | -| `GITEA_APP_NAME` | Application name, used in the page title | `Gitea: Git with a cup of tea` | -| `GITEA_RUN_MODE` | Application run mode, affects performance and debugging. Either "dev", "prod" or "test". | `prod` | -| `GITEA_DOMAIN` | Domain name of this server. | `localhost` | -| `GITEA_SSH_DOMAIN` | Domain name of this server, used for displayed clone URL. | `${GITEA_DOMAIN}` | -| `GITEA_SSH_LISTEN_PORT` | Port for the built-in SSH server. | `2222` | -| `GITEA_SSH_PORT` | SSH port displayed in clone URL. | `${GITEA_SSH_LISTEN_PORT}` | -| `GITEA_HTTP_PORT` | Gitea HTTP listen port | `3000` | -| `GITEA_PROTOCOL` | [http, https, fcgi, http+unix, fcgi+unix] | `http` | -| `GITEA_ROOT_URL` | Overwrite the automatically generated public URL. This is useful if the internal and the external URL don't match | `${GITEA_PROTOCOL}://${GITEA_DOMAIN}:${GITEA_HTTP_PORT}` | -| `GITEA_PASSWORD_HASH_ALGO` | The hash algorithm to use [argon2, pbkdf2, scrypt, bcrypt], argon2 will spend more memory than others. | `pbkdf2` | -| `GITEA_LFS_START_SERVER` | Enables Git LFS support | `false` | -| `GITEA_ENABLE_OPENID_SIGNIN` | Enable OpenID sign-in. | `false` | -| `GITEA_ENABLE_OPENID_SIGNUP` | Enable OpenID sign-up. | `false` | -| `GITEA_DATABASE_TYPE` | The database type in use [mysql, postgres]. | `postgres` | -| `GITEA_DATABASE_HOST` | Database host address. | `postgresql` | -| `GITEA_DATABASE_PORT_NUMBER` | Database host port. | `5432` | -| `GITEA_DATABASE_NAME` | Database name. | `bitnami_gitea` | -| `GITEA_DATABASE_USERNAME` | Database username. | `bn_gitea` | -| `GITEA_DATABASE_PASSWORD` | Database password. | `nil` | -| `GITEA_DATABASE_SSL_MODE` | Database SSL mode. | `disable` | -| `GITEA_DATABASE_SCHEMA` | Database Schema. | `nil` | -| `GITEA_DATABASE_CHARSET` | Database character set. | `utf8` | -| `GITEA_SMTP_ENABLED` | Enable to use a mail service. | `false` | -| `GITEA_SMTP_HOST` | SMTP mail host address (example: smtp.gitea.io). | `nil` | -| `GITEA_SMTP_PORT` | SMTP mail port (example: 587). | `nil` | -| `GITEA_SMTP_FROM` | Mail from address, RFC 5322. This can be just an email address, or the "Name" email@example.com format. | `nil` | -| `GITEA_SMTP_USER` | Username of mailing user (usually the senders e-mail address). | `nil` | -| `GITEA_SMTP_PASSWORD` | Password of mailing user. Use "your password" for quoting if you use special characters in the password. | `nil` | -| `GITEA_OAUTH2_CLIENT_AUTO_REGISTRATION_ENABLED` | Enable OAuth2 auto registration. Automatically create user accounts for new oauth2 users. | `false` | -| `GITEA_OAUTH2_CLIENT_USERNAME` | The source of the username for new oauth2 accounts. [userid, nickname, preferred_username, email] | `nickname` | +| Name | Description | Default Value | +|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| +| `GITEA_REPO_ROOT_PATH` | Gitea git repositories path. | `${GITEA_DATA_DIR}/git/repositories` | +| `GITEA_LFS_ROOT_PATH` | Gitea git LFS path. | `nil` | +| `GITEA_LOG_ROOT_PATH` | Gitea log path. | `${GITEA_TMP_DIR}/log` | +| `GITEA_LOG_MODE` | Gitea log mode. | `nil` | +| `GITEA_LOG_ROUTER` | Gitea log router. | `nil` | +| `GITEA_ADMIN_USER` | Admin username. | `bn_user` | +| `GITEA_ADMIN_PASSWORD` | Admin password. | `bitnami` | +| `GITEA_ADMIN_EMAIL` | Admin user email. | `user@bitnami.org` | +| `GITEA_APP_NAME` | Application name, used in the page title | `Gitea: Git with a cup of tea` | +| `GITEA_RUN_MODE` | Application run mode, affects performance and debugging. Either "dev", "prod" or "test". | `prod` | +| `GITEA_DOMAIN` | Domain name of this server. | `localhost` | +| `GITEA_SSH_DOMAIN` | Domain name of this server, used for displayed clone URL. | `${GITEA_DOMAIN}` | +| `GITEA_SSH_LISTEN_PORT` | Port for the built-in SSH server. | `2222` | +| `GITEA_SSH_PORT` | SSH port displayed in clone URL. | `${GITEA_SSH_LISTEN_PORT}` | +| `GITEA_HTTP_PORT` | Gitea HTTP listen port | `3000` | +| `GITEA_PROTOCOL` | [http, https, fcgi, http+unix, fcgi+unix] | `http` | +| `GITEA_ROOT_URL` | Overwrite the automatically generated public URL. This is useful if the internal and the external URL don't match | `${GITEA_PROTOCOL}://${GITEA_DOMAIN}:${GITEA_HTTP_PORT}` | +| `GITEA_PASSWORD_HASH_ALGO` | The hash algorithm to use [argon2, pbkdf2, scrypt, bcrypt], argon2 will spend more memory than others. | `pbkdf2` | +| `GITEA_LFS_START_SERVER` | Enables Git LFS support | `false` | +| `GITEA_ENABLE_OPENID_SIGNIN` | Enable OpenID sign-in. | `false` | +| `GITEA_ENABLE_OPENID_SIGNUP` | Enable OpenID sign-up. | `false` | +| `GITEA_DATABASE_TYPE` | The database type in use [mysql, postgres]. | `postgres` | +| `GITEA_DATABASE_HOST` | Database host address. | `postgresql` | +| `GITEA_DATABASE_PORT_NUMBER` | Database host port. | `5432` | +| `GITEA_DATABASE_NAME` | Database name. | `bitnami_gitea` | +| `GITEA_DATABASE_USERNAME` | Database username. | `bn_gitea` | +| `GITEA_DATABASE_PASSWORD` | Database password. | `nil` | +| `GITEA_DATABASE_SSL_MODE` | Database SSL mode. | `disable` | +| `GITEA_DATABASE_SCHEMA` | Database Schema. | `nil` | +| `GITEA_DATABASE_CHARSET` | Database character set. | `utf8` | +| `GITEA_SMTP_ENABLED` | Enable to use a mail service. | `false` | +| `GITEA_SMTP_HOST` | SMTP mail host address (example: smtp.gitea.io). | `nil` | +| `GITEA_SMTP_PORT` | SMTP mail port (example: 587). | `nil` | +| `GITEA_SMTP_FROM` | Mail from address, RFC 5322. This can be just an email address, or the "Name" email@example.com format. | `nil` | +| `GITEA_SMTP_USER` | Username of mailing user (usually the senders e-mail address). | `nil` | +| `GITEA_SMTP_PASSWORD` | Password of mailing user. Use "your password" for quoting if you use special characters in the password. | `nil` | +| `GITEA_OAUTH2_CLIENT_AUTO_REGISTRATION_ENABLED` | Password of mailing user. Use "your password" for quoting if you use special characters in the password. | `false` | +| `GITEA_OAUTH2_CLIENT_USERNAME` | Password of mailing user. Use "your password" for quoting if you use special characters in the password. | `nickname` | #### Read-only environment variables