Update 'README.md'
This commit is contained in:
parent
b2dbdb4f1e
commit
f75e40ba9d
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
@ -25,13 +25,14 @@ Install docker-compose on your host os and in the folder docker/compose do:
|
||||||
|
|
||||||
## Configure Nextcloud in the admin panel like in the SNCF Doku
|
## Configure Nextcloud in the admin panel like in the SNCF Doku
|
||||||
|
|
||||||
Then open example.org in your favourite browser,
|
Then open example.org in your favourite browser.
|
||||||
create admin account, uncheck install recommended apps.
|
Create the admin account, uncheck install recommended apps.
|
||||||
|
|
||||||
Do everything as described in sncf (uncheck things in settings, uninstall
|
Do everything as described in sncf (uncheck things in settings, uninstall
|
||||||
everything except forms, apporder) except the alternative custom css if you want
|
everything except forms, apporder).
|
||||||
a save button that does nothing than reload (nextcloud does already save realtime)
|
|
||||||
but the realtime saving could be confusing for some users.
|
Except the alternative custom css:
|
||||||
|
If you want a save button that does nothing than reload (nextcloud does already save realtime)
|
||||||
|
But our thought was, the realtime saving could be confusing for some users.
|
||||||
|
|
||||||
custom css code for save button:
|
custom css code for save button:
|
||||||
```CSS
|
```CSS
|
||||||
|
@ -158,7 +159,7 @@ nextcloud-web.
|
||||||
Now uncomment the whole deb-rust-sncf container.
|
Now uncomment the whole deb-rust-sncf container.
|
||||||
|
|
||||||
If you want to customize the landing or link page, some files are exposed already
|
If you want to customize the landing or link page, some files are exposed already
|
||||||
(and then copied in the container during build) in the folder build/deb-rust-sncf
|
(and then copied in the container during build) in the folder `build/deb-rust-sncf`.
|
||||||
|
|
||||||
Regarding the sncf proxy, the files link.html and forward.rs have changes.
|
Regarding the sncf proxy, the files link.html and forward.rs have changes.
|
||||||
These changes give the functionality to send the admin link to users mail.
|
These changes give the functionality to send the admin link to users mail.
|
||||||
|
@ -167,7 +168,7 @@ container deb-rust-sncf.
|
||||||
|
|
||||||
## Configure rust build withing deb-rust-sncf
|
## Configure rust build withing deb-rust-sncf
|
||||||
|
|
||||||
Go to docker/build/deb-rust-sncf anyway and make changes in config.toml according
|
Go to `docker/build/deb-rust-snc` anyway and make changes in config.toml according
|
||||||
the sncf wiki.
|
the sncf wiki.
|
||||||
Change the passwords AAAAA and example.org to your domain.
|
Change the passwords AAAAA and example.org to your domain.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue