Files
nextcloud/docs/setup.md
2023-03-12 13:25:52 +00:00

1.3 KiB

Setup

Docker Compose File

Backup & Restore

Using duplicati to daily backups of files and databases.

Restore Database

#select a file to import
ls /db-dumps
#select a file to import
DB_FILE= "file name to import"
mysql --host db -uroot -p ${MYSQL_DATABASE} < /db-dumps/$DB_FILE
#root password (root password is the enviromnent variable ${MYSQL_ROOT_PASSWORD})

HomeAssistant DashBoard

Home Assistant Dashboard

type: vertical-stack
cards:
  - type: entities
    entities:
      - type: weblink
        name: Homepage
        url: http://cloud.limbosolutions.com
      - type: weblink
        name: Duplicati
        url: http://wansrv01.dev.lan:8203
      - type: weblink
        name: Git
        url: https://git.limbosolutions.com/marcio.fernandes/nextcloud/
    title: cloud.limbosolutions.com