Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

satisfactory: add server #1273

Merged
merged 9 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ix-dev/community/satisfactory-server/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 ix-dev/community/satisfactory-server/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: [email protected]
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
8 changes: 8 additions & 0 deletions ix-dev/community/satisfactory-server/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
categories:
- games
icon_url: https://media.sys.truenas.net/apps/satisfactory-server/icons/icon.webp
screenshots: []
tags:
- games
- server
- satisfactory
7 changes: 7 additions & 0 deletions ix-dev/community/satisfactory-server/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
Loading