mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
* Added imaginary as an optional container * chore(deps): update alexta69/metube docker tag to v2025 (#1346) Co-authored-by: bugclerk <bugclerk@ixsystems.com> * chore(deps): update updates-patch-minor (#1345) Co-authored-by: bugclerk <bugclerk@ixsystems.com> * Publish new changes in catalog [skip ci] * Update catalog changes [skip ci] * chore(deps): update updates-patch-minor (#1352) Co-authored-by: bugclerk <bugclerk@ixsystems.com> * Publish new changes in catalog [skip ci] * Update catalog changes [skip ci] * lib-v2: handle validation of ports for both v6 and v4 (#1332) * better handling of ipv6 and wildcard addresses * update version * cleanup tests * greatly improve readability * update hashes * better check * flake * regen hashes * PR comments * Removed redunant line from description * dont nuke if users already have setup imaginary manually * fix metadata * simplify * use correct hash * fix rest of the tests * Update .gitignore * fix rendering * Update app.yaml --------- Co-authored-by: truenasbot <113129203+truenasbot@users.noreply.github.com> Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: sonicaj <waqarsonic1@gmail.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <s.kois@outlook.com>
62 lines
1.3 KiB
YAML
62 lines
1.3 KiB
YAML
resources:
|
|
limits:
|
|
cpus: 2.0
|
|
memory: 4096
|
|
|
|
nextcloud:
|
|
postgres_image_selector: postgres_17_image
|
|
admin_user: admin
|
|
admin_password: password
|
|
apt_packages:
|
|
- ffmpeg
|
|
- smbclient
|
|
- ocrmypdf
|
|
tesseract_languages:
|
|
- eng
|
|
- chi-sim
|
|
imaginary:
|
|
enabled: true
|
|
host: localhost:8080
|
|
data_dir_path: /var/www/html/data
|
|
redis_password: YFtYK25GBfr!UsX5mu2Dnd5L5W
|
|
db_user: nextcloud
|
|
db_password: password
|
|
php_upload_limit: 3
|
|
php_memory_limit: 512
|
|
op_cache_memory_consumption: 128
|
|
max_execution_time: 30
|
|
cron:
|
|
enabled: true
|
|
schedule: "*/5 * * * *"
|
|
additional_envs: []
|
|
network:
|
|
web_port: 8080
|
|
certificate_id:
|
|
nginx:
|
|
proxy_timeout: 60
|
|
use_different_port: false
|
|
|
|
ix_volumes:
|
|
postgres_data: /opt/tests/mnt/postgres_data
|
|
nextcloud-data: /opt/tests/mnt/nextcloud-data
|
|
nextcloud-html: /opt/tests/mnt/nextcloud-html
|
|
|
|
storage:
|
|
is_data_in_the_same_volume: false
|
|
data:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: nextcloud-data
|
|
create_host_path: true
|
|
html:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: nextcloud-html
|
|
create_host_path: true
|
|
postgres_data:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: postgres_data
|
|
create_host_path: true
|
|
additional_storage: []
|