Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-homepage [2024-09-28 Sat wk39 19:02] – [postgres] baumkpdocker_notes:docker-homepage [2025-03-30 Sun wk13 10:56] (current) – [References / Links] baumkp
Line 1: Line 1:
-{{tag>homepage dashboard heimdall}}+{{tag>homepage dashboard heimdall postges postgesql}}
 ======Homepage dashboard====== ======Homepage dashboard======
 A home page is basically a webpage that provides a summary of your system and also has links to launch web applications and bookmarks.  It may also have other utility information, such as system configuration and status, time, calendar, etc. A home page is basically a webpage that provides a summary of your system and also has links to launch web applications and bookmarks.  It may also have other utility information, such as system configuration and status, time, calendar, etc.
Line 12: Line 12:
     *[[https://github.com/linuxserver/Heimdall|Heimdall Git page]]     *[[https://github.com/linuxserver/Heimdall|Heimdall Git page]]
   *homepage   *homepage
-    *[[https://gethomepage.dev/latest/|homepage]]+    *[[https://gethomepage.dev/|homepage]] 
 +      *[[https://gethomepage.dev/widgets/|widgets]] 
 +        *[[https://gethomepage.dev/widgets/services/calibre-web/|calibre-web]] 
 +        *[[https://gethomepage.dev/widgets/services/crowdsec/|vrowdsec]] 
 +        *[[https://gethomepage.dev/widgets/services/deluge/|deluge]] 
 +        *[[https://gethomepage.dev/widgets/services/glances/|glances]] 
 +        *[[https://gethomepage.dev/widgets/services/linkwarden/|linkwarden]] 
 +        *[[https://gethomepage.dev/widgets/services/nextcloud/|nextcloud]] 
 +        *[[https://gethomepage.dev/widgets/services/openwrt/|openWRT]] 
 +        *[[https://gethomepage.dev/widgets/services/portainer/|portainer]] 
 +        *[[https://gethomepage.dev/widgets/services/speedtest-tracker/|speedtest]] 
 +        *[[https://gethomepage.dev/widgets/services/traefik/|traefik]] 
 +        *[[https://gethomepage.dev/widgets/services/uptime-kuma/|uptime kuma]]
     *[[https://github.com/gethomepage/homepage/blob/main/docs/configs/settings.md|gethomepage / homepage]]     *[[https://github.com/gethomepage/homepage/blob/main/docs/configs/settings.md|gethomepage / homepage]]
     *[[https://github.com/walkxcode/dashboard-icons/blob/main/ICONS.md|Icon dashboard png]] (The [[https://github.com/walkxcode/dashboard-icons/tree/main/png|png icon]] / [[https://github.com/walkxcode/dashboard-icons/tree/main/svg|svg icon]] lists may be truncated.)     *[[https://github.com/walkxcode/dashboard-icons/blob/main/ICONS.md|Icon dashboard png]] (The [[https://github.com/walkxcode/dashboard-icons/tree/main/png|png icon]] / [[https://github.com/walkxcode/dashboard-icons/tree/main/svg|svg icon]] lists may be truncated.)
Line 29: Line 41:
     *[[https://www.postgresql.org/docs/current/backup.html|Chapter 25. Backup and Restore]]  *[[https://www.minskio.co.uk/upgrading-postgresql-in-an-alpine-docker-container/|Upgrading PostgreSQL in an Alpine docker container]]     *[[https://www.postgresql.org/docs/current/backup.html|Chapter 25. Backup and Restore]]  *[[https://www.minskio.co.uk/upgrading-postgresql-in-an-alpine-docker-container/|Upgrading PostgreSQL in an Alpine docker container]]
   *[[https://thomasbandt.com/postgres-docker-major-version-upgrade|Upgrading A PostgreSQL Database Running In Docker]]   *[[https://thomasbandt.com/postgres-docker-major-version-upgrade|Upgrading A PostgreSQL Database Running In Docker]]
 +  *[[https://blog.lucas.net.au/software/postgres-upgrade-in-docker/|Upgrading Postgres when running in Docker]]
   *[[https://www.cloudytuts.com/tutorials/docker/how-to-upgrade-postgresql-in-docker-and-kubernetes/|How to Upgrade PostgreSQL in Docker and Kubernetes]]   *[[https://www.cloudytuts.com/tutorials/docker/how-to-upgrade-postgresql-in-docker-and-kubernetes/|How to Upgrade PostgreSQL in Docker and Kubernetes]]
   *[[https://www.sql-easy.com/learn/how-to-import-database-in-postgresql/|How to Import Database in PostgreSQL: A Step-by-Step Guide for Beginners]]   *[[https://www.sql-easy.com/learn/how-to-import-database-in-postgresql/|How to Import Database in PostgreSQL: A Step-by-Step Guide for Beginners]]
  
 +  *[[https://github.com/linkwarden/linkwarden/issues/806|Password lost in selfhosted installation]]
 +    *Hash of an easy password, in this case 11111111 which is ''$2b$10$BJ5oURU9.GXDONqKqeuzWuZ8I54BpUWMPiRKQKIqZ.HgWoFJAKdXO''
 +    *First, back up the database:
 +       *''docker compose down''
 +       *''sudo rsync -avh pgdata pgdata.bak''
 +       *''docker compose up -d''
 +    *Log in to the docker container running postgres and then log into postgres ''psql -d postgres''
  
 ====References==== ====References====