Updated personalization
|
@ -1,3 +1,4 @@
|
||||||
digitaldemocratic.conf
|
digitaldemocratic.conf
|
||||||
*.yml
|
*.yml
|
||||||
**/*.yaml
|
**/*.yaml
|
||||||
|
custom/
|
||||||
|
|
12
README.md
|
@ -30,11 +30,17 @@ See `docs` directory for Markdown files or the [auto-built site](https://digital
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
```
|
```
|
||||||
cp digitaldemocratic.conf.example digitaldemocratic.conf
|
cp digitaldemocratic.conf.sample digitaldemocratic.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit digitaldemocratic.conf file variables to suit your needs.
|
Edit digitaldemocratic.conf file variables to suit your needs.
|
||||||
|
|
||||||
|
```
|
||||||
|
cp -R custom.sample custom
|
||||||
|
```
|
||||||
|
|
||||||
|
Edit and replace files to personalize system.
|
||||||
|
|
||||||
```
|
```
|
||||||
make up
|
make up
|
||||||
```
|
```
|
||||||
|
@ -81,6 +87,10 @@ Copy digitaldemocratic.conf.example to digitaldemocratic.conf and edit to suit y
|
||||||
- Onlyoffice: oof.<yourdomain.org>
|
- Onlyoffice: oof.<yourdomain.org>
|
||||||
- Etherpad: pad.<yourdomain.org>
|
- Etherpad: pad.<yourdomain.org>
|
||||||
|
|
||||||
|
### Personalization
|
||||||
|
|
||||||
|
Copy recursively the custom.sample folder to custom and edit the menu yaml files and replace images.
|
||||||
|
|
||||||
### Bring the project up
|
### Bring the project up
|
||||||
```
|
```
|
||||||
make up
|
make up
|
||||||
|
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
@ -1,32 +0,0 @@
|
||||||
---
|
|
||||||
background_login: /img/background.png
|
|
||||||
colours:
|
|
||||||
background: "#F0F0F0"
|
|
||||||
primary: "#92AE01"
|
|
||||||
secondary: "#FFFFFF"
|
|
||||||
logo: /img/logo.png
|
|
||||||
apps_external:
|
|
||||||
- href: https://myweb
|
|
||||||
icon: fa fa-university
|
|
||||||
name: Escola Web
|
|
||||||
shortname: web
|
|
||||||
- href: https://myvideos
|
|
||||||
icon: fa fa-youtube-play
|
|
||||||
name: Youtube
|
|
||||||
shortname: youtube
|
|
||||||
- href: https://mydictionary
|
|
||||||
icon: fa fa-book
|
|
||||||
name: Diccionari
|
|
||||||
shortname: diccionari
|
|
||||||
- href: http://meet.jit.si
|
|
||||||
icon: fa fa-video-camera
|
|
||||||
name: Reunions Jitsi
|
|
||||||
shortname: jitsi
|
|
||||||
- href: https://www.duckduckgo.com
|
|
||||||
icon: fa fa-search
|
|
||||||
name: Cercar
|
|
||||||
shortname: search
|
|
||||||
- href: https://www.openstreetmap.org
|
|
||||||
icon: fa fa-map-marker
|
|
||||||
name: Maps
|
|
||||||
shortname: maps
|
|
|
@ -1,55 +0,0 @@
|
||||||
apps_internal:
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /
|
|
||||||
icon: fa fa-cloud
|
|
||||||
name: Núvol + crear arxius
|
|
||||||
shortname: cloud
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/mail/setup
|
|
||||||
icon: fa fa-envelope-o
|
|
||||||
name: Correu
|
|
||||||
shortname: email
|
|
||||||
- subdomain: pad
|
|
||||||
href: /
|
|
||||||
icon: fa fa-file-text-o
|
|
||||||
name: Pads
|
|
||||||
shortname: pads
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/forms
|
|
||||||
icon: fa fa-check-square-o
|
|
||||||
name: Formularis
|
|
||||||
shortname: forms
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/polls
|
|
||||||
icon: fa fa-bar-chart
|
|
||||||
name: Enquestes
|
|
||||||
shortname: feedback
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/spreed
|
|
||||||
icon: fa fa-commenting-o
|
|
||||||
name: Xat
|
|
||||||
shortname: chat
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/calendar
|
|
||||||
icon: fa fa-calendar
|
|
||||||
name: Calendari
|
|
||||||
shortname: schedule
|
|
||||||
- subdomain: wp
|
|
||||||
href: /wp-login.php?saml_sso
|
|
||||||
icon: fa fa-rss
|
|
||||||
name: Webs
|
|
||||||
shortname: webs
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/bbb
|
|
||||||
icon: fa fa-video-camera
|
|
||||||
name: Reunions BBB
|
|
||||||
shortname: meets_bbb
|
|
||||||
- subdomain: nextcloud
|
|
||||||
href: /apps/photos
|
|
||||||
icon: fa fa-file-image-o
|
|
||||||
name: Fotos
|
|
||||||
shortname: photos
|
|
||||||
user:
|
|
||||||
account: /auth/realms/master/account
|
|
||||||
avatar: /auth/realms/master/avatar-provider
|
|
||||||
password: /auth/realms/master/password
|
|