Updated README.md and CSS

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-11 13:26:01 +01:00
parent c60a296e3d
commit 9053cced6e
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 9 additions and 6 deletions

View File

@ -23,7 +23,7 @@ apk add --no-cache nano && nano config/config.php
To update the Nextcloud container, execute the following commands on the server:
```bash
docker-compose exec -it -u www-data application /var/www/html/occ maintenance:mode --on &&
docker exec -it -u www-data nextcloud-application /var/www/html/occ maintenance:mode --on &&
export COMPOSE_HTTP_TIMEOUT=600 &&
export DOCKER_CLIENT_TIMEOUT=600 &&
docker-compose down
@ -46,14 +46,14 @@ docker-compose exec -it application top
If Nextcloud remains in maintenance mode after the update, try the following:
```bash
docker-compose exec -it -u www-data application /var/www/html/occ maintenance:mode --on
docker-compose exec -it -u www-data application /var/www/html/occ upgrade
docker-compose exec -it -u www-data application /var/www/html/occ maintenance:mode --off
docker exec -it -u www-data nextcloud-application/var/www/html/occ maintenance:mode --on
docker exec -it -u www-data nextcloud-application /var/www/html/occ upgrade
docker exec -it -u www-data nextcloud-application /var/www/html/occ maintenance:mode --off
```
If the update process fails, execute:
```bash
docker-compose exec -it -u www-data application /var/www/html/occ maintenance:repair --include-expensive
docker exec -it -u www-data nextcloud-application /var/www/html/occ maintenance:repair --include-expensive
```
and disable any non-functioning apps.

View File

@ -544,7 +544,7 @@ body#custom-css {
--greyForegroundColor: var(--color-50); /* Original tone: #585858 medium gray */
--greyBackgroundColor: var(--color-90); /* Original tone: #E5E5E5 light gray */
--greySecondaryBackgroundColor: var(--color-91); /* Original tone: #EFEFEF very light gray */
--menuBackgroundColor: var(--color-01); /* Original tone: #000 black */
--menuBackgroundColor: var(--color-82); /* Original tone: #000 black */
--menuForegroundColor: var(--color-99); /* Original tone: #fff white */
--submenuBackgroundColor: var(--color-95); /* Original tone: #F7F7F7 off-white/light gray */
--channelBackgroundColor: var(--color-93); /* Original tone: #f6ede8 warm light beige */
@ -567,6 +567,9 @@ div.searchbox input.autocomplete-input{
background-repeat: no-repeat;
}
html[native-dark-active] my-app button, button {
background-color: transparent;
}
/** Pixelfed **/