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
* rp is basiclly working
* proxy working, rest is weird
* cleanup is neccesarry
* fixed weird behavouir of rest
* refactoring
* changed ngix config till i turn insane
* made the docker running check consistent.
* fixed small typo
* made install.sh output consistent.
* FF-138 Created nginx workflow
Co-authored-by: open-schnick <jonathan.burst@gmx.de>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ You should see a login page. For the first setup you can use the credentials.
112
112
To be sure everything is setup correctly click [here](http://localhost:80/health). If everything is green you are good to go.
113
113
114
114
### Configuration
115
-
The script uses a [config.cfg](./config.cfg) file that stores information in`key=value` format.
115
+
The script uses a [config.cfg](config.cfg) file that stores information in`key=value` format.
116
116
Valid keys to configure how FileFighter behaves are listed here:
117
117
118
118
| Key | Possible Values | Default | Description |
@@ -125,7 +125,7 @@ Valid keys to configure how FileFighter behaves are listed here:
125
125
| use_stable_versions | true / false | true | When set to true the latest stable versions will be used. When set to false always the latest (possible unstable) versions will be used. |
126
126
127
127
All of these keys use the [default values](./lib/config.cfg.defaults) if you don't overwrite those values.
128
-
It is also possible to have an empty [config.cfg](./config.cfg) file as the default values will be used.
128
+
It is also possible to have an empty [config.cfg](config.cfg) file as the default values will be used.
129
129
If the `db_password` key is empty, a random password will be generated.
130
130
131
131
Be carefully as the developers of FileFighter won't take responsibility when you are using the application or configuration options wrong or in a not intended way.
0 commit comments