Skip to content

Commit

Permalink
satisfactory: add server (#1273)
Browse files Browse the repository at this point in the history
* satisfactory: intiial commit

* add compose

* add library and back to roofull

* certificate id

* remove cert

* hmm

* direct

* Update ix-dev/community/satisfactory-server/app.yaml

* Update ix_values.yaml
  • Loading branch information
stavros-k authored Jan 3, 2025
1 parent 8cf3d2f commit bbf7824
Show file tree
Hide file tree
Showing 65 changed files with 7,183 additions and 0 deletions.
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: 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
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

0 comments on commit bbf7824

Please sign in to comment.