• Hello lifeform

    I am mirsal (they / them)
    Antifa cybersoldier
    Digger of tunnels
    Builder of bridges

    ⵏⴽ ⴳⵉⵖ ⵜⵎⴰⵣⵉⵖⵜ
    I am from the future
    I come in peace

  • Joined on 2021-03-19
mirsal pushed to main at mirsal/monitoring 2021-07-19 14:34:00 +00:00
f080ffd38a Configure loki
mirsal created repository mirsal/peertube 2021-07-19 14:03:20 +00:00
mirsal pushed to main at mirsal/monitoring 2021-07-17 20:26:48 +00:00
d5607c39cd Initial packaging of a prometheus / loki / grafana monitoring system
mirsal created repository mirsal/monitoring 2021-07-17 13:23:31 +00:00
mirsal commented on issue coop-cloud/peertube#7 2021-07-17 09:14:49 +00:00
Peertube does not understand the proper public IP address

Should that be the recommended setup?

I think so, yeah (also for performance reasons and to have traefik reachable from IPv6)

mirsal commented on issue coop-cloud/peertube#8 2021-07-16 21:28:43 +00:00
Should the assets folder be a named volume?

@decentral1se should be good to go :)

mirsal pushed to copy-assets-folder at coop-cloud/peertube 2021-07-16 21:19:13 +00:00
31520c2cb1 fix: Copy the client assets over to a named volume at runtime
e310d86a8f fix: Copy the client assets over to a named volume at runtime
Compare 2 commits »
mirsal created pull request coop-cloud/peertube#10 2021-07-16 21:11:17 +00:00
Copy the client assets over to a named volume at runtime
mirsal created branch copy-assets-folder in coop-cloud/peertube 2021-07-16 21:07:47 +00:00
mirsal pushed to copy-assets-folder at coop-cloud/peertube 2021-07-16 21:07:47 +00:00
e310d86a8f fix: Copy the client assets over to a named volume at runtime
mirsal commented on issue coop-cloud/peertube#7 2021-07-16 20:28:51 +00:00
Peertube does not understand the proper public IP address

Ok, so I just tested this and it works fine on a fresh VM, X-Forwarded-For is interpreted correctly, which means PEERTUBE_TRUST_PROXY is read properly.

It must be that you're coming through…

mirsal commented on issue coop-cloud/peertube#7 2021-07-15 23:51:40 +00:00
Peertube does not understand the proper public IP address

Is the [...] passed actually as a list to the config file?

afaiu, it is passed as a string to the config file and it is then parsed as a json list further down. I'll try and debug it asap.

mirsal commented on pull request coop-cloud/peertube#9 2021-07-15 16:46:17 +00:00
Add healthchecks and enable rolling updates for the nodejs service

Closes: #1

mirsal created pull request coop-cloud/peertube#9 2021-07-15 16:45:05 +00:00
Add healthchecks and enable rolling updates for the nodejs service
mirsal created branch app-healthcheck in coop-cloud/peertube 2021-07-15 16:42:44 +00:00
mirsal pushed to app-healthcheck at coop-cloud/peertube 2021-07-15 16:42:44 +00:00
95aa921e4e compose: Enable rolling updates and rollbacks on the peertube app service
fe7aace9d7 compose: Add healthchecks to the peertube app service definition
Compare 2 commits »
mirsal commented on issue coop-cloud/peertube#1 2021-07-15 15:54:05 +00:00
Re-enable healthcheck when we get the curl package in upstream

@3wordchant that's a very good idea, PR incoming :3

mirsal commented on issue coop-cloud/peertube#7 2021-07-15 15:12:22 +00:00
Peertube does not understand the proper public IP address

That is odd, trust_proxy already contains the whole 10.0.0.0/8 block, see: https://git.autonomic.zone/coop-cloud/peertube/src/branch/main/compose.yml#L47

it looks like the…

mirsal commented on issue coop-cloud/peertube#8 2021-07-15 15:06:09 +00:00
Should the assets folder be a named volume?

Those files are served directly by nginx so they need to be in a named volume in order to be reachable.

What we could do instead as a workaround is use the nginx proxy-cache and forward the misses…

mirsal commented on issue coop-cloud/peertube#4 2021-05-21 08:30:06 +00:00
RTMP audio mirror errors and host mode networking

ok, so the issue is the cover image dimentions, libx264 can't work with odd sized frames... this is embarrassing, I should have noticed it.