Skip to content

Commit 8787fe3

Browse files
committed
fix disable - dbuild has a bug where 'is not None', so appjail: false doesn't work]
1 parent c9065b7 commit 8787fe3

2 files changed

Lines changed: 1 addition & 62 deletions

File tree

README.md

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Source: dbuild templates
1010

1111
Self-hosted digital library — successor to BookLore, with smart shelves, metadata, Kobo/KOReader sync, OPDS support, and a built-in reader.
1212

13-
1413
| | |
1514
|---|---|
1615
| **Registry** | `ghcr.io/daemonless/grimmory` |
@@ -52,66 +51,6 @@ services:
5251
restart: unless-stopped
5352
```
5453
55-
### AppJail Director
56-
57-
**.env**:
58-
59-
```
60-
DIRECTOR_PROJECT=grimmory
61-
PUID=1000
62-
PGID=1000
63-
TZ=Etc/UTC
64-
DATABASE_URL=jdbc:mariadb://127.0.0.1:3306/grimmory
65-
DATABASE_USERNAME=grimmory
66-
DATABASE_PASSWORD=changeme
67-
SWAGGER_ENABLED=false
68-
FORCE_DISABLE_OIDC=false
69-
```
70-
71-
**appjail-director.yml**:
72-
73-
```yaml
74-
options:
75-
- virtualnet: ':<random> default'
76-
- nat:
77-
services:
78-
grimmory:
79-
name: grimmory
80-
options:
81-
- container: 'boot args:--pull'
82-
oci:
83-
user: root
84-
environment:
85-
- PUID: !ENV '${PUID}'
86-
- PGID: !ENV '${PGID}'
87-
- TZ: !ENV '${TZ}'
88-
- DATABASE_URL: !ENV '${DATABASE_URL}'
89-
- DATABASE_USERNAME: !ENV '${DATABASE_USERNAME}'
90-
- DATABASE_PASSWORD: !ENV '${DATABASE_PASSWORD}'
91-
- SWAGGER_ENABLED: !ENV '${SWAGGER_ENABLED}'
92-
- FORCE_DISABLE_OIDC: !ENV '${FORCE_DISABLE_OIDC}'
93-
volumes:
94-
- grimmory_app_data: /app/data
95-
- books: /books
96-
- grimmory_bookdrop: /bookdrop
97-
volumes:
98-
grimmory_app_data:
99-
device: '/path/to/containers/grimmory/app/data'
100-
books:
101-
device: 'books'
102-
grimmory_bookdrop:
103-
device: '/path/to/containers/grimmory/bookdrop'
104-
```
105-
106-
**Makejail**:
107-
108-
```
109-
ARG tag=latest
110-
111-
OPTION overwrite=force
112-
OPTION from=ghcr.io/daemonless/grimmory:${tag}
113-
```
114-
11554
### Podman CLI
11655
11756
```bash

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-daemonless:
99
web_url: "https://grimmory.org/"
1010
user: "bsd"
1111
mlock: false
12-
appjail: false
12+
# appjail: false
1313
upstream_binary: true
1414

1515
docs:

0 commit comments

Comments
 (0)