Skip to content

Commit eec100d

Browse files
committed
update README.md
1 parent bc29e03 commit eec100d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Install a self-hosted [Outline](https://github.com/outline/outline) wiki instanc
66

77
1. A simple make and bash script to help you generate all the conf required.
88
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.
109
1. A [OIDC server](https://github.com/vicalloy/oidc-server) to manage users, no need to login via Slack or Google.
1110

1211
## How to use
@@ -19,8 +18,9 @@ Install a self-hosted [Outline](https://github.com/outline/outline) wiki instanc
1918
# update config file: vim scripts/config.sh
2019
make install # Create a docker-compose config file and start it. Initializing the oidc-server(add oidc client for outline and create a superuser).
2120
```
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.
2424
2525
## scripts/config.sh
2626

0 commit comments

Comments
 (0)