17 Apr 2024 |
Midou | huh | 00:31:23 |
Ward | but yea Google could do some sort of on boarding 🤷 | 00:31:29 |
Ward | In reply to @wardpearce:matrix.org I think you'd be surprised with the amount of people with Google accounts, who just don't bother to login to YouTube that is, especially the older generation | 00:31:59 |
iv-bot | <iconoclast_hero> uh...i'm a bit lost in the config here. https://docs.invidious.io/installation/#docker-compose-method-production | 01:05:58 |
iv-bot | <iconoclast_hero> the example doesn't seem to mention volumes: | 01:06:59 |
iv-bot | <iconoclast_hero> postgresdata: | 01:07:00 |
iv-bot | <iconoclast_hero> and since it seems like that's another variable above in the .yml file and i can't get it to start, seems like that might be an issue? | 01:09:56 |
Midou | postgresdata stores the data in a docker volume, not inside the invidious folder, is that what you're trying to say? | 01:20:21 |
Midou | the variable db for the .yml file is just a config to tell invidious what login and password it needs to login to the postgres database (the data being stored in postgresdata) under the invidious-db container | 01:21:27 |
iv-bot | <iconoclast_hero> not sure. it seems that's not the issue. invidious says it keeps restarting. | 01:23:42 |
iv-bot | <iconoclast_hero> " volumes.postgresdata must be a mapping or null" | 01:24:07 |
Midou | and the logs say? | 01:24:10 |
iv-bot | <iconoclast_hero> so i need to clear that back out. | 01:24:12 |
iv-bot | <iconoclast_hero> well, that's the question, how do i look at the logs? | 01:24:21 |
Midou | run docker compose logs -n 20 | 01:24:22 |
Midou | * run docker compose logs -n 20 | 01:24:27 |
Midou | it should give you the last 20 lines of log | 01:24:42 |
iv-bot | <iconoclast_hero> yeah, ok, but it means nothing. | 01:28:00 |
iv-bot | <iconoclast_hero> hangon | 01:28:22 |
iv-bot | <iconoclast_hero> https://bpa.st/JNJQ | 01:28:38 |
iv-bot | <iconoclast_hero> so i really don't see anything actionable. | 01:28:48 |
Midou | hmm, that's too short, can you increase 20 to 100? | 01:29:24 |
iv-bot | <iconoclast_hero> 5e508bd4f38e invidious-invidious "/sbin/tini -- /invi…" 28 minutes ago Restarting (1) 20 seconds ago invidious-invidious-1 | 01:29:24 |
iv-bot | <iconoclast_hero> https://bpa.st/67EA | 01:30:26 |
iv-bot | <iconoclast_hero> 200 | 01:30:28 |
Midou | mapping values are not allowed in this context at line 8, column 15
Can you show me your config .yml? | 01:31:02 |
| seanwil12 joined the room. | 01:31:55 |
iv-bot | <iconoclast_hero> i can, but i was just looking at it. | 01:32:42 |
iv-bot | <iconoclast_hero> https://bpa.st/AO2Q | 01:33:49 |
iv-bot | <iconoclast_hero> https://bpa.st/KJEQ | 01:34:34 |