You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ This tool runs on a Factorio server and allows management of the Factorio server
8
8
* Allows the management of save files, upload, download and delete saves.
9
9
* Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods.
10
10
* Allow viewing of the server logs and current configuration.
11
+
* Authentication for protecting against unauthorized users
12
+
* Available as a Docker container
11
13
12
14
## Installation
13
15
1. Download the latest release
@@ -18,7 +20,7 @@ This tool runs on a Factorio server and allows management of the Factorio server
18
20
4. Visit [localhost:8080](localhost:8080) in your web browser.
19
21
20
22
## Usage
21
-
Run the UI server and specify the directory of your Factorio server installation and the interface to run the HTTP server. on.
23
+
Run the UI server and specify the directory of your Factorio server installation and the interface to run the HTTP server. on. Edit the conf.json file with your desired credentials.
0 commit comments