-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
32 lines (32 loc) · 826 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: "Linkding"
description: "linkding is a bookmark manager designed be to be minimal, fast, and easy to set up."
version: "1.36.0-alpine"
slug: "linkding"
init: false
arch:
- aarch64
- amd64
- armv7
ports:
9090/tcp: 9090
startup: services
url: https://github.com/diyanei/hassio-linkding
map:
- type: data
read_only: false
path: /etc/linkding/data
options:
superuser_name: null
superuser_password: null
superuser_email: null
ssl: false
schema:
superuser_name: str?
superuser_password: password?
superuser_email: email?
ssl: bool
configuration:
superuser_name:
name: Define a superuser name
description: When set, creates an initial superuser with the specified username when starting the container. Does nothing if the user already exists
webui: "[PROTO:ssl]://[HOST]:[PORT:9090]"