[Script request] Dawarich #184
Replies: 9 comments 5 replies
|
Dear all! Is there any hope for a "ready" installation-script? Looking forward to hear any news about this topic (I am not a professionell in creating frist a docker-container on proxmox... sorry!). |
|
I would use it directly, waiting also for a proxmox solution. link would be: https://www.heise.de/ratgeber/Raspi-Privaten-Standortverlauf-mit-Dawarich-lokal-aufzeichnen-10235624.html |
|
As dawarich is Docker Compose based, there is no need for a Proxmox helper script. Just spin up a new Docker LXC container (via https://community-scripts.github.io/ProxmoxVE/scripts?id=docker for example), download the compose file in the shell and start it via |
|
I've used Dawarich of quite some time and it works well, however there are some updates where the developer has made changes that require steps to be taken before upgrading (moving from Sqlite to Postgres, away from Redis the back to Redis) And yes I've found out the hard way by not reading release notes etc first. So while it could go in a community script loading new version shouldn't be handle by the update utility. |
|
I've already struggled with the script twice, and somehow never got it to work, sometimes I can't figure out the Dockerfile either. I think that I need support from @Freika to build a Debian installer. (Community scripts and maybe for his project itself) |
|
Hi, any word on if this is going to work? I would love to run Dawarich directly in an LXC! |
|
community-scripts/ProxmoxVED#1307 Ready for Testing |
|
With the current community script, I had an issue with the nginx config. The Nginx config serves Removing the (my upstream dawarich {
server 127.0.0.1:3000;
}
server {
listen 80;
server_name _;
client_max_body_size 100M;
location / {
proxy_pass http://dawarich;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_redirect off;
proxy_buffering off;
}
} |
Uh oh!
There was an error while loading. Please reload this page.
Application Name
Dawarich
Website
https://dawarich.app
Description
Dawarich is a self-hosted web app designed to replace Google Timeline (aka Google Location History). It enables you to:
It's not something "necessary" for most of us, but indeed funny and useful.
Due Diligence
All reactions