update gui
This commit is contained in:
@@ -124,6 +124,19 @@ launch the broker until all required credentials are present.
|
||||
OAuth token exchange and package traffic stay on the private Compose network.
|
||||
Do not publish Gitea's internal port to make broker authentication work.
|
||||
|
||||
Deployment codes default to seven days:
|
||||
|
||||
```dotenv
|
||||
TAPM_DEFAULT_DURATION=7d
|
||||
```
|
||||
|
||||
The setting accepts day values such as `7d` and legacy Go duration values such
|
||||
as `168h`. Existing deployments retain their current `.env`; change a previous
|
||||
`TAPM_DEFAULT_DURATION=3h` value to `7d` and run `./manage.sh start` to adopt
|
||||
the new default. Individual active codes can be extended from the Codes page.
|
||||
The same editor can change the maximum host count and add or remove protected
|
||||
packages and installer actions without issuing a replacement code.
|
||||
|
||||
For troubleshooting, use `./manage.sh diagnostics`. Do not share unredacted
|
||||
`docker compose config` output: Compose resolves the broker's `.env` file and
|
||||
can print cookie, OAuth, and package secrets. If configuration output is
|
||||
|
||||
Reference in New Issue
Block a user