Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS Team
FUSS Remote Access
Commits
ef80e02b
Verified
Commit
ef80e02b
authored
Sep 15, 2019
by
Marco Marinello
Browse files
Theming
parent
e9f83043
Changes
4
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
ef80e02b
...
@@ -37,6 +37,7 @@ services:
...
@@ -37,6 +37,7 @@ services:
NEXTCLOUD_TABLE_PREFIX
:
nc
NEXTCLOUD_TABLE_PREFIX
:
nc
NEXTCLOUD_TRUSTED_DOMAINS
:
${NC_DOMAIN:-nc.local}
NEXTCLOUD_TRUSTED_DOMAINS
:
${NC_DOMAIN:-nc.local}
ACME_SERVER
:
${ACME_SERVER}
ACME_SERVER
:
${ACME_SERVER}
INSTITUTE_NAME
:
${INSTITUTE_NAME:-dati sicuri per una scuola digitalmente sostenibile}
depends_on
:
depends_on
:
-
postgres
-
postgres
...
...
nextcloud-fuss/Dockerfile
View file @
ef80e02b
...
@@ -10,6 +10,7 @@ RUN apt update
...
@@ -10,6 +10,7 @@ RUN apt update
RUN
apt full-upgrade
-qy
RUN
apt full-upgrade
-qy
RUN
apt
install
-qy
ca-certificates certbot python3-certbot-apache cron smbclient wget
RUN
apt
install
-qy
ca-certificates certbot python3-certbot-apache cron smbclient wget
COPY
logo.png /var/www
COPY
configure-fuss.sh /
COPY
configure-fuss.sh /
COPY
crontab /etc
COPY
crontab /etc
...
...
nextcloud-fuss/configure-fuss.sh
View file @
ef80e02b
...
@@ -46,6 +46,11 @@ fi
...
@@ -46,6 +46,11 @@ fi
run_as
'php /var/www/html/occ app:enable user_ldap'
run_as
'php /var/www/html/occ app:enable user_ldap'
run_as
'php /var/www/html/occ app:enable files_external'
run_as
'php /var/www/html/occ app:enable files_external'
run_as
'php /var/www/html/occ background:cron'
run_as
'php /var/www/html/occ background:cron'
run_as
'php /var/www/html/occ config:app:set theming name --value "FUSS Remote Access"'
run_as
'php /var/www/html/occ config:app:set theming slogan --value "${INSTITUTE_NAME}"'
run_as
'php /var/www/html/occ config:app:set theming color --value "#996400"'
run_as
'cp /var/www/logo.png /var/www/html/core/img/logo/logo.svg'
run_as
'php /var/www/html/occ maintenance:theme:update'
/usr/sbin/cron
/usr/sbin/cron
...
...
nextcloud-fuss/logo.png
0 → 100644
View file @
ef80e02b
27.7 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment