File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Install a self-hosted [Outline](https://github.com/outline/outline) wiki instanc
6
6
7
7
1 . A simple make and bash script to help you generate all the conf required.
8
8
1 . A docker-compose to run your service.
9
- 1 . Use [ MinIO] ( https://github.com/minio/minio ) instead of AWS S3, so that everything is really self-hosted.
10
9
1 . A [ OIDC server] ( https://github.com/vicalloy/oidc-server ) to manage users, no need to login via Slack or Google.
11
10
12
11
## How to use
@@ -19,8 +18,9 @@ Install a self-hosted [Outline](https://github.com/outline/outline) wiki instanc
19
18
# update config file: vim scripts/config.sh
20
19
make install # Create a docker-compose config file and start it. Initializing the oidc-server(add oidc client for outline and create a superuser).
21
20
```
22
- 1. Open `http://127.0.0.1:8888` and login to outline.
23
- 1. Open `http://127.0.0.1:8888/uc/admin/auth/user/` to add new users.
21
+ - NOTE: Outline Wiki 0.72.0-1 supports local file storage. You can set `FILE_STORAGE=local` to use local file storage(MINIO is no longer required).
22
+ 2. Open `http://127.0.0.1:8888` and login to outline.
23
+ 3. Open `http://127.0.0.1:8888/uc/admin/auth/user/` to add new users.
24
24
25
25
## scripts/config.sh
26
26
You can’t perform that action at this time.
0 commit comments