Skip to content

Commit

Permalink
Publish new changes in catalog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jan 3, 2025
1 parent bbf7824 commit fb68755
Show file tree
Hide file tree
Showing 253 changed files with 7,195 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ sources:
- https://hub.docker.com/r/qmcgaw/ddns-updater
title: DDNS Updater
train: community
version: 1.1.7
version: 1.1.8
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% do c1.environment.add_env("HTTP_TIMEOUT", values.ddns.http_timeout) %}
{% do c1.environment.add_env("UPDATE_COOLDOWN_PERIOD", values.ddns.update_cooldown_period) %}
{% do c1.environment.add_env("SHOUTRRR_ADDRESSES", values.ddns.shoutrrr_addresses | join(",")) %}
{% do c1.environment.add_env("PUBLIC_DNS_TIMEOUT", values.ddns.public_dns_timeout) %}
{% do c1.environment.add_env("PUBLICIP_DNS_TIMEOUT", values.ddns.public_dns_timeout) %}
{% do c1.environment.add_env("PUBLICIP_DNS_PROVIDERS", app_funcs.get_public_ip_providers(category="PUBLICIP_DNS_PROVIDERS", items=values.ddns.public_ip_dns_providers)) %}
{% do c1.environment.add_env("PUBLICIP_HTTP_PROVIDERS", app_funcs.get_public_ip_providers(values.ddns.public_ip_http_providers)) %}
{% do c1.environment.add_env("PUBLICIPV4_HTTP_PROVIDERS", app_funcs.get_public_ip_providers(values.ddns.public_ipv4_http_providers)) %}
Expand Down
3 changes: 3 additions & 0 deletions trains/community/satisfactory-server/1.0.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Satisfactory Server

[Satisfactory Server](https://github.com/wolveix/satisfactory-server) is a Dockerized version of the Satisfactory dedicated server.
43 changes: 43 additions & 0 deletions trains/community/satisfactory-server/1.0.0/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
app_version: v1.9.1
capabilities:
- description: Satisfactory Server requires this ability to switch user for sub-processes.
name: SETUID
- description: Satisfactory Server requires this ability to switch group for sub-processes.
name: SETGID
- description: Satisfactory Server requires this ability to chown files.
name: CHOWN
- description: Satisfactory Server requires this ability to bypass file ownership
checks for it's sub-processes.
name: FOWNER
- description: Satisfactory Server requires this ability to bypass file permission
checks for it's sub-processes.
name: DAC_OVERRIDE
categories:
- games
description: A Dockerized version of the Satisfactory dedicated server
home: https://github.com/wolveix/satisfactory-server
host_mounts: []
icon: https://media.sys.truenas.net/apps/satisfactory-server/icons/icon.webp
keywords:
- games
- server
- satisfactory
lib_version: 2.1.8
lib_version_hash: a3251fe8d434248fc48ce7e1a29de015dab56de3687a93b925e79c986db2be44
maintainers:
- email: dev@ixsystems.com
name: truenas
url: https://www.truenas.com/
name: satisfactory-server
run_as_context:
- description: Satisfactory Server runs as root user.
gid: 0
group_name: root
uid: 0
user_name: root
screenshots: []
sources:
- https://github.com/wolveix/satisfactory-server
title: Satisfactory Server
train: community
version: 1.0.0
7 changes: 7 additions & 0 deletions trains/community/satisfactory-server/1.0.0/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
images:
image:
repository: ghcr.io/wolveix/satisfactory-server
tag: v1.9.1

consts:
satisfactory_container_name: satisfactory
Loading

0 comments on commit fb68755

Please sign in to comment.