Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 80f8aff

Browse files
authored
[create-pull-request] automated change
1 parent e5d320a commit 80f8aff

5 files changed

Lines changed: 27 additions & 26 deletions

File tree

apps/code-server/app.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
citadel_version: 4
22
metadata:
33
name: code-server
4-
version: 4.7.1
4+
version: 4.8.3
55
category: Development
66
tagline: Run VS Code on your Citadel
77
developers:
@@ -17,9 +17,10 @@ metadata:
1717
- 3.jpg
1818
defaultPassword: $APP_SEED
1919
torOnly: false
20+
compatible: false
2021
services:
2122
main:
22-
image: codercom/code-server:4.7.1@sha256:cbe4f6c6b1dc898e8884b6eb01552cb67717e3edba2e1e23c5fdebfed785860d
23+
image: codercom/code-server:4.8.3@sha256:c0e99db852b2c4e3602c912b658d1fd509d02643a1c437d1f7bb80197535cd76
2324
user: 1000:1000
2425
environment:
2526
PASSWORD: $APP_SEED

apps/nextcloud/app.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 3
22
metadata:
33
category: Files
44
name: Nextcloud
5-
version: 25.0.0
5+
version: 25.0.1
66
tagline: Your personal cloud
77
description: No description yet.
88
developers:
@@ -23,31 +23,31 @@ containers:
2323
data:
2424
- data/db:/var/lib/mysql
2525
environment:
26-
MARIADB_ROOT_PASSWORD: password123
27-
MARIADB_USER: nextcloud
2826
MARIADB_PASSWORD: password123
27+
MARIADB_USER: nextcloud
2928
MARIADB_DATABASE: nextcloud
29+
MARIADB_ROOT_PASSWORD: password123
3030
user: 1000:1000
3131
- name: redis
3232
image: redis:6.2.6-bullseye@sha256:0c0484b1d1ff36faace984fe9d8e0fe58892ecc34a4859b97171045b9cd343e1
3333
data:
3434
- data/redis:/data
3535
user: 1000:1000
3636
- name: web
37-
image: nextcloud:25.0.0@sha256:673d2ec801f2aaa953c4587db5a9bd53430497c95d9d439819074f3ef05538ac
37+
image: nextcloud:25.0.1@sha256:a78077ed988fef925122d762102883102fb5b375dc1c758dd92b6b39eac22158
3838
data:
3939
- data/nextcloud:/var/www/html
4040
depends_on:
4141
- db
4242
- redis
4343
environment:
44+
NEXTCLOUD_ADMIN_USER: citadel
45+
MYSQL_DATABASE: nextcloud
4446
REDIS_HOST: ${APP_NEXTCLOUD_REDIS_IP}
45-
MYSQL_USER: nextcloud
4647
NEXTCLOUD_ADMIN_PASSWORD: $APP_SEED
47-
MYSQL_DATABASE: nextcloud
4848
NEXTCLOUD_TRUSTED_DOMAINS: ${APP_DOMAIN}:${APP_NEXTCLOUD_WEB_PORT} ${APP_HIDDEN_SERVICE}
4949
MYSQL_PASSWORD: password123
50-
NEXTCLOUD_ADMIN_USER: citadel
50+
MYSQL_USER: nextcloud
5151
MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP}
5252
port: 80
5353
- name: cron

apps/sphinx-relay/app.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 3
22
metadata:
33
category: Social
44
name: Sphinx Relay
5-
version: 2.2.10
5+
version: 2.2.12
66
tagline: Chat and pay over the Lightning Network
77
description: |-
88
Sphinx Relay turns your Lightning node into a personal communication server. Messages are end-to-end encrypted and transmitted over the Bitcoin Lightning Network. Download Sphinx on your phone from https://sphinx.chat and pair it with Sphinx Relay on Citadel.
@@ -23,16 +23,16 @@ metadata:
2323
path: /connect
2424
containers:
2525
- name: web
26-
image: sphinxlightning/sphinx-relay:v2.2.10@sha256:8dbf8848fbeab9d0577c0772d5512f25eb2396eb8b74fb4e7be255abff63cf34
26+
image: sphinxlightning/sphinx-relay:v2.2.12@sha256:96778f56fc3b2c7703ec6d0d3162a9fe4c82b0d57179819c90efc479cdc1620a
2727
data:
2828
- data:/relay/.lnd/
2929
environment:
30-
PUBLIC_URL: $APP_HIDDEN_SERVICE:80
31-
LND_IP: $LND_IP
32-
LND_PORT: $LND_GRPC_PORT
33-
TLS_LOCATION: /lnd/tls.cert
3430
MACAROON_LOCATION: /lnd/data/chain/bitcoin/${BITCOIN_NETWORK}/admin.macaroon
3531
CONNECT_UI: 'true'
32+
LND_IP: $LND_IP
3633
LND_LOG_LOCATION: /lnd/logs/bitcoin/${BITCOIN_NETWORK}/lnd.log
34+
PUBLIC_URL: $APP_HIDDEN_SERVICE:80
35+
LND_PORT: $LND_GRPC_PORT
36+
TLS_LOCATION: /lnd/tls.cert
3737
init: true
3838
port: 3300

apps/synapse/app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
citadel_version: 4
22
metadata:
33
name: Synapse
4-
version: 1.69.0
4+
version: 1.71.0
55
category: Social
66
tagline: Matrix homeserver
77
developers:
@@ -24,13 +24,13 @@ services:
2424
entrypoint: bash
2525
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
2626
environment:
27-
SYNAPSE_REPORT_STATS: yes
2827
SYNAPSE_HTTP_PORT: 8008
28+
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
29+
UID: '1000'
2930
GID: '1000'
3031
SYNAPSE_NO_TLS: yes
3132
SYNAPSE_ENABLE_REGISTRATION: yes
32-
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
33-
UID: '1000'
33+
SYNAPSE_REPORT_STATS: yes
3434
port: 8008
3535
mounts:
3636
data:

apps/wordpress/app.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
citadel_version: 4
22
metadata:
33
name: WordPress
4-
version: 6.0.3
4+
version: 6.1.1
55
category: Blog
66
tagline: Host a blog on your Citadel
77
developers:
@@ -21,27 +21,27 @@ metadata:
2121
compatible: false
2222
services:
2323
main:
24-
image: wordpress:6.0.3@sha256:4a545ef322a1c9cbd5582339f4d57ad09761243353699a62f43d0dd6fcf534ac
24+
image: wordpress:6.1.1@sha256:7e46cf3373751b6d62b7a0fc3a7d6686f641a34a2a0eb18947da5375c55fd009
2525
depends_on:
2626
- db
2727
restart: always
2828
environment:
29+
WORDPRESS_DB_USER: root
30+
WORDPRESS_DB_HOST: $APP_WORDPRESS_DB_IP
2931
WORDPRESS_CONFIG_EXTRA: |
3032
define('FS_METHOD','direct');
31-
WORDPRESS_DB_HOST: $APP_WORDPRESS_DB_IP
32-
WORDPRESS_DB_USER: root
33-
WORDPRESS_DB_PASSWORD: somewordpress
3433
WORDPRESS_DB_NAME: wordpress
34+
WORDPRESS_DB_PASSWORD: somewordpress
3535
port: 80
3636
db:
3737
image: mariadb:10.7.3-focal@sha256:07e06f2e7ae9dfc63707a83130a62e00167c827f08fcac7a9aa33f4b6dc34e0e
3838
user: 1000:1000
3939
restart: always
4040
environment:
41-
MARIADB_USER: wordpress
4241
MARIADB_ROOT_PASSWORD: somewordpress
43-
MARIADB_DATABASE: wordpress
4442
MARIADB_PASSWORD: wordpress
43+
MARIADB_DATABASE: wordpress
44+
MARIADB_USER: wordpress
4545
mounts:
4646
data:
4747
data/db: /var/lib/mysql

0 commit comments

Comments
 (0)