-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme-vars.yml
86 lines (84 loc) · 4.3 KB
/
readme-vars.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
# project information
project_name: synclounge
project_url: "https://github.com/samcm/synclounge"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# container parameters
common_param_env_vars_enabled: false
param_container_name: "{{ project_name }}"
param_usage_include_vols: false
param_volumes:
param_usage_include_ports: true
param_ports:
- {external_port: "8088", internal_port: "8088", port_desc: "Web app and server port"}
# optional container parameters
opt_param_usage_include_env: true
opt_param_env_vars:
- {env_var: "AUTH_LIST", env_value: "plexuser1,plexuser2,email1,machineid1", desc: "If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces."}
# optional parameters
optional_block_1: false
optional_block_1_items: ""
# application setup block
app_setup_block_enabled: true
app_setup_block: |
The web app and the server are both accessible at `http://SERVERIP:8088`.
Note: It is recommended to use `http` as the external proto with a reverse proxy due to `https` not working with external plex clients.
# init diagram
init_diagram: |
"synclounge:latest": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-crontab-config -> init-config-end
init-config -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
base -> init-migrations
init-config-end -> init-mods
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-adduser -> init-os-end
init-envfile -> init-os-end
init-custom-files -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-synclounge
svc-synclounge -> legacy-services
}
Base Images: {
"baseimage-alpine:3.21"
}
"synclounge:latest" <- Base Images
# changelog
changelogs:
- {date: "05.12.24:", desc: "Rebase to Alpine 3.21."}
- {date: "04.06.24:", desc: "Rebase to Alpine 3.20."}
- {date: "26.08.23:", desc: "Rebase to Alpine 3.19. Remove deprecated `AUTOJOIN_ENABLED` & `AUTOJOIN_ROOM` options."}
- {date: "26.08.23:", desc: "Rebase to Alpine 3.18."}
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "29.11.22:", desc: "Rebase to alpine 3.17, upgrade to s6v3."}
- {date: "19.09.22:", desc: "Rebase to alpine 3.15."}
- {date: "12.02.21:", desc: "Fix optional dependency builds in aarch64 image."}
- {date: "12.02.21:", desc: "Rebasing to alpine 3.13."}
- {date: "28.10.20:", desc: "Update to v4. Env vars `EXTERNAL_URL`, `EXTERNAL_SERVER_PORT` and `AUTOJOIN_PASSWORD` are deprecated and no longer have any effect. Env vars `AUTOJOIN_ENABLED` and `AUTOJOIN_ROOM` are still working but will be removed in the future in favor of synclounge's built-in var `autojoin__room`. If you are reverse proxying, do not forget to update your proxy settings ([here](https://github.com/linuxserver/reverse-proxy-confs/blob/master/synclounge.subdomain.conf.sample) and [here](https://github.com/linuxserver/reverse-proxy-confs/blob/master/synclounge.subfolder.conf.sample)) as the server port and addresses are changed."}
- {date: "11.10.20:", desc: "Pin builds to upstream commit `6aecc9bd` while evaluating the breaking changes upstream."}
- {date: "27.09.20:", desc: "Updating the external repo endpoint."}
- {date: "01.06.20:", desc: "Rebasing to alpine 3.12."}
- {date: "11.05.20:", desc: "Initial Release."}