Panel
/ search · N new app

New app

Lowercase letters, digits and dashes. Used for the compose project and data folder.

Source

Domains

Domain → the container port it serves, e.g. 8080, or web:8080 when the compose file has several services. The panel publishes that port on a free local port for Caddy, so the compose file needs no ports:. A host:port such as 127.0.0.1:8081 points at something outside the app. Path is optional, e.g. /api/*.

Environment variables optional

Settings

Forgejo

Loading…

Create one in Forgejo under Settings → Applications with read access to your user and repositories — or read and write on repositories so the panel can add auto-deploy webhooks for you. It lets the panel list your repositories and clone private ones over https. Stored in the panel's state directory, readable only by the service.

SSH deploy key

Used for repositories cloned over SSH (e.g. ssh://git@host/owner/repo.git). Add it as a read-only deploy key in the repository's settings, or to your Forgejo account to give the panel access to all your repositories.

Loading…