update README
This commit is contained in:
parent
ed31bcfa6c
commit
30fb726342
1 changed files with 6 additions and 3 deletions
|
|
@ -32,12 +32,12 @@
|
||||||
|
|
||||||
Then the following two routes exist:
|
Then the following two routes exist:
|
||||||
|
|
||||||
- =https://cloud.example.org/alice=
|
- =https://cloud.example.com/alice=
|
||||||
- =https://cloud.example.org/inbox=
|
- =https://cloud.example.com/inbox=
|
||||||
|
|
||||||
This is determined by the presence of a =rc.toml= file in subdirectories in which the individual permissions for the routes can be set.
|
This is determined by the presence of a =rc.toml= file in subdirectories in which the individual permissions for the routes can be set.
|
||||||
The configuration options can be [[#rctoml][seen below]].
|
The configuration options can be [[#rctoml][seen below]].
|
||||||
All other routes, including =http://cloud.example.org=, return =404 Not Found=.
|
All other routes, including =http://cloud.example.com=, return =404 Not Found=.
|
||||||
|
|
||||||
This repository contains the above listed =public= directory for testing /raincloud/ locally.
|
This repository contains the above listed =public= directory for testing /raincloud/ locally.
|
||||||
Just execute the following two commands and navigate to [[http://localhost:5000/inbox][http://localhost:5000/inbox]].
|
Just execute the following two commands and navigate to [[http://localhost:5000/inbox][http://localhost:5000/inbox]].
|
||||||
|
|
@ -45,6 +45,9 @@
|
||||||
: $ pip install -r requirements.txt
|
: $ pip install -r requirements.txt
|
||||||
: $ ./run.py
|
: $ ./run.py
|
||||||
|
|
||||||
|
Play around with the =rc.toml= files and create new directories to see how /raincloud/ behaves.
|
||||||
|
No restarting is needed.
|
||||||
|
|
||||||
The password for the =alice= directory is =movie_night!=.
|
The password for the =alice= directory is =movie_night!=.
|
||||||
|
|
||||||
** Installation
|
** Installation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue