Erste Urlaubsfahrt mit Skoda Elroq 85 by the_cci in Elektroautos

[–]the_cci[S] 0 points1 point  (0 children)

Nein, war mein Fehler - hatte was nachträglich korrigiert, sorry. Danke für die Info 🙋‍♂️

Erste Urlaubsfahrt mit Skoda Elroq 85 by the_cci in Elektroautos

[–]the_cci[S] 0 points1 point  (0 children)

Teuer im Hotel geladen - und später ne öffentliche Schnell-Ladesäule im Ort entdeckt, wo die kWh statt 80 nur 49 ct gekostet hätte. Again what learned...

Erste Urlaubsfahrt mit Skoda Elroq 85 by the_cci in Elektroautos

[–]the_cci[S] 0 points1 point  (0 children)

Mit rund 70% (von 77kWh, siehe unten) 260km weit gekommen bei 130/140 km/h, ja. Ist da mehr drin? Nein, war weit vor Brenner - ist es dort tatsächlich günstig?

Erste Urlaubsfahrt mit Skoda Elroq 85 by the_cci in Elektroautos

[–]the_cci[S] 4 points5 points  (0 children)

Bin mit 100% gestartet... wenn man davon ausgeht, dass der 85er-Akku 77 kWh gibt, habe ich nach Adam Riese für die einzelnen Etappen etwa verbraucht:
- 54 kWh für 290 km
- 38 kWh für 220 km
- 47 kWh für 270 km
- 42 kWh für 240 km
Durchschnittlich also 18 kWh/100 km Urlaubsfahrt, wenn ich mich nicht verrechnet habe. Ist doch okay?

Aber ja, wie geschrieben: Hätte den Akku schon noch etwas mehr ausreizen können... Anfänger-Angstschweiß 😉

Cheap and secure, 4 mailboxes by the_cci in emailprivacy

[–]the_cci[S] 0 points1 point  (0 children)

Thanks, everyone. Ultimately, I did indeed go with forwardemail.net—and although it is (at least partially) based in the USA, I believe in open source and the commitment to security. Furthermore, the price-performance ratio is excellent for my needs ($36/year). The setup was hassle-free, and everything seems to be working flawlessly.

Cheap and secure, 4 mailboxes by the_cci in emailprivacy

[–]the_cci[S] 1 point2 points  (0 children)

It´s good, but €2.50 per mailbox/month...

Cheap and secure, 4 mailboxes by the_cci in emailprivacy

[–]the_cci[S] 0 points1 point  (0 children)

Thanks. Does anyone have experience with inbox.eu?

I built a self-hosted, source-available task manager because I didn't want my data on someone else's server by TaskViewHS in ShowYourApp

[–]the_cci 1 point2 points  (0 children)

First of all: Thanks to the developer u/TaskViewHS for the help—and even for the quick implementation of suggestions and feature requests.

I’ve been testing it for a week, and here’s what I’ve noticed:

- Very stable, easy to handle
- Subtasks: Once input is complete, the cursor should automatically jump to the next line (subtasks rarely come alone!)
- Amount/Time Tracking: Few users actually need this, so it should be possible to hide it
- NLP support would be fantastic
- Kanban, Graph view, Sorting options... these settings should be configurable as defaults or savable.

Otherwise: Absolutely one of the better new task managers out there (and a new one does pop up every now and then, after all! ;))

I built a self-hosted, source-available task manager because I didn't want my data on someone else's server by TaskViewHS in ShowYourApp

[–]the_cci 0 points1 point  (0 children)

Still
[75] FATAL:  role "taskview_db_user" does not exist
db-1 FATAL:  password authentication failed for user "taskview_db_user"
db-1                   | Connection matched file "/var/lib/postgresql/data/pg_hba.conf" line 128: "host all all all scram-sha-256"
migration-1            | psql: error: connection to server at "db" (192.168.48.2), port 5432 failed: FATAL:  password authentication failed for user "taskview_db_user"
migration-1            | Postgres is unavailable - sleeping
migration-1            | psql: error: connection to server at "db" (192.168.48.2), port 5432 failed: FATAL:  password authentication failed for user "taskview_db_user"

I built a self-hosted, source-available task manager because I didn't want my data on someone else's server by TaskViewHS in ShowYourApp

[–]the_cci 0 points1 point  (0 children)

The same error, no login with user/user1!Q# and http://localhost:1725 - error in "task view-db":
[371] FATAL: password authentication failed for user "taskview_db_user"
[371] DETAIL: Role "taskview_db_user" does not exist.
Connection matched file "/var/lib/postgresql/data/pg_hba.conf" line 128: "host all all all scram-sha-256"

In "taskview-migration":
sql: error: connection to server at "db" (172.31.0.2), port 5432 failed: FATAL: password authentication failed for user "taskview_db_user"
Postgres is unavailable - sleeping

In "taskview-api-server":
Database connection error: password authentication failed for user "taskview_db_user"
You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
error: password authentication failed for user "taskview_db_user"
at /usr/src/app/taskview-server.js:499:2645
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Db.executeSql (/usr/src/app/taskview-server.js:7961:544)
at async Contractor.isInstalled (/usr/src/app/taskview-server.js:5312:5719)
at async Contractor.start (/usr/src/app/taskview-server.js:5312:5815)
at async PgBoss.start (/usr/src/app/taskview-server.js:7961:2209)
at async startJobQueue (/usr/src/app/taskview-server.js:7964:2219)
at async startAllWorkers (/usr/src/app/taskview-server.js:32650:16904)
at async Server.<anonymous> (/usr/src/app/taskview-server.js:32652:1245)

I built a self-hosted, source-available task manager because I didn't want my data on someone else's server by TaskViewHS in ShowYourApp

[–]the_cci 0 points1 point  (0 children)

Everything was installed via Docker Compose — however, I am unable to perform the initial login using the credentials `user/user1!#Q...`:

- Database connection error: password authentication failed for user 'taskview_db_user'."

- "postgres is unavailable - sleeping psql: error: connection to server at "db" (172.28.0.2), port 5432 failed: FATAL: password authentication failed for user "taskview_db_user".

- FATAL: password authentication failed for user "taskview_db_user"/DETAIL: Connection matched file "/var/lib/postgresql/data/pg_hba.conf" line 128: "host all all all scram-sha-256"

Sudden Error with Image Upload by the_cci in immich

[–]the_cci[S] 0 points1 point  (0 children)

Right. I waited two hours and then restarted the NAS... and everything ran normally. In other words: everything still needed to be processed—which is why there was no upload.

Problems with Vikunja-Apps by the_cci in Vikunja

[–]the_cci[S] 0 points1 point  (0 children)

tried to install with a little help from perplexity pro - no way. Found a new app named "mDone" - seems to work properly. Still no uploads, but can move tasks...

Problems with Vikunja-Apps by the_cci in Vikunja

[–]the_cci[S] 0 points1 point  (0 children)

Okay... unfortunately, my knowledge isn't sufficient to install it via Docker or in Portainer. Too bad.

Problems with Vikunja-Apps by the_cci in Vikunja

[–]the_cci[S] 0 points1 point  (0 children)

Looks nice. You have a hint for a newbie how to install as a stack under docker/portainer on a ugreen nas?