Skip to content

Instantly share code, notes, and snippets.

@LsHallo
LsHallo / bare-metal-authentik.conf
Last active April 29, 2023 18:36
SWAG Authentik Bare Metal
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name <container_name>.*;
include /config/nginx/ssl.conf;
client_max_body_size 0;
# enable for ldap auth (requires ldap-location.conf in the location block)
#include /config/nginx/ldap-server.conf;
@LsHallo
LsHallo / Eco_Server_Docker.md
Last active March 16, 2024 23:04
Eco Server with Docker (Official Strangeloops Image)

Eco Server

Since there is no official documentation on how to use the docker image provided at strangeloopgames/eco-game-server I will go over some details that you have to consider when running the docker container.

First of all I find it easiest to download the server locally and create all configuration files using the UI. It is also necessary to put the files into the Mods directory since I will be exposing it to the host file system.

  1. Go to the strangeloop website and login to your account. If you did not link your steam account you should do that now so you can download the server files.
  2. Put the files into a folder in a convenient location (Will only be used temporarily)
  3. Run the server with the appropriate means (EcoServer.exe or EcoServer.sh)
  4. Configure your server like you want it using the UI
  5. Stop the server