always serve embedded frontend
This commit is contained in:
+4
-5
@@ -19,13 +19,12 @@ the server as `docker-compose.yml`. For repeatable releases, replace its image
|
||||
tag with the verified multi-architecture digest:
|
||||
|
||||
```yaml
|
||||
image: docker.io/sodium/ushort:0.1.1@sha256:<verified-index-digest>
|
||||
image: docker.io/sodium/ushort:0.1.2@sha256:<verified-index-digest>
|
||||
```
|
||||
|
||||
Set `db_path = "data/urlshort.db"` and normally keep `production = false` so
|
||||
the executable serves its embedded frontend. Keep `config.toml` owned by the
|
||||
container identity (`1001:1001`) with mode `0400`; the `data` directory must be
|
||||
writable by the same identity.
|
||||
Set `db_path = "data/urlshort.db"`. The executable always serves its embedded
|
||||
frontend. Keep `config.toml` owned by the container identity (`1001:1001`) with
|
||||
mode `0400`; the `data` directory must be writable by the same identity.
|
||||
|
||||
## Start and validate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user