-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
65 changed files
with
7,183 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.