mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-04 00:04:14 +02:00
Updated README.md and CSS
This commit is contained in:
parent
c60a296e3d
commit
9053cced6e
@ -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:
|
To update the Nextcloud container, execute the following commands on the server:
|
||||||
```bash
|
```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 COMPOSE_HTTP_TIMEOUT=600 &&
|
||||||
export DOCKER_CLIENT_TIMEOUT=600 &&
|
export DOCKER_CLIENT_TIMEOUT=600 &&
|
||||||
docker-compose down
|
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:
|
If Nextcloud remains in maintenance mode after the update, try the following:
|
||||||
```bash
|
```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
|
||||||
docker-compose exec -it -u www-data application /var/www/html/occ upgrade
|
docker exec -it -u www-data nextcloud-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 --off
|
||||||
```
|
```
|
||||||
|
|
||||||
If the update process fails, execute:
|
If the update process fails, execute:
|
||||||
```bash
|
```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.
|
and disable any non-functioning apps.
|
||||||
|
|
||||||
|
@ -544,7 +544,7 @@ body#custom-css {
|
|||||||
--greyForegroundColor: var(--color-50); /* Original tone: #585858 – medium gray */
|
--greyForegroundColor: var(--color-50); /* Original tone: #585858 – medium gray */
|
||||||
--greyBackgroundColor: var(--color-90); /* Original tone: #E5E5E5 – light gray */
|
--greyBackgroundColor: var(--color-90); /* Original tone: #E5E5E5 – light gray */
|
||||||
--greySecondaryBackgroundColor: var(--color-91); /* Original tone: #EFEFEF – very 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 */
|
--menuForegroundColor: var(--color-99); /* Original tone: #fff – white */
|
||||||
--submenuBackgroundColor: var(--color-95); /* Original tone: #F7F7F7 – off-white/light gray */
|
--submenuBackgroundColor: var(--color-95); /* Original tone: #F7F7F7 – off-white/light gray */
|
||||||
--channelBackgroundColor: var(--color-93); /* Original tone: #f6ede8 – warm light beige */
|
--channelBackgroundColor: var(--color-93); /* Original tone: #f6ede8 – warm light beige */
|
||||||
@ -567,6 +567,9 @@ div.searchbox input.autocomplete-input{
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[native-dark-active] my-app button, button {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/** Pixelfed **/
|
/** Pixelfed **/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user