Commit Graph
323 Commits
Author SHA1 Message Date
Bram f5b9a7fa21 Refactor temporary file handling in rotate.py to ensure compatibility with Docker bind mounts. Replace tempfile usage with a direct path for the WireGuard config, improving reliability during rotation.
Build and Push Docker Images / build-and-push (push) Successful in 19s
2026-08-14 22:26:37 +02:00
Bram f1e4a91bd8 Enhance PIA rate limit handling in gluetun WireGuard rotator. Introduce persistent cooldown management and improve retry logic for token requests. Update README to reflect new RATE_LIMIT_PATH variable and clarify cooldown behavior.
Build and Push Docker Images / build-and-push (push) Successful in 20s
2026-08-14 22:25:12 +02:00
Bram 9700944599 buhh
Build and Push Docker Images / build-and-push (push) Successful in 19s
2026-08-14 21:23:20 +02:00
Bram 6952789722 Remove WG_CONFIG_MAX_AGE environment variable and update README to reflect changes in WireGuard configuration handling. Refactor rotation logic in rotate.py to always generate a new keypair and simplify state management.
Build and Push Docker Images / build-and-push (push) Successful in 20s
2026-08-14 21:19:35 +02:00
Bram bc9d79de02 optimize
Build and Push Docker Images / build-and-push (push) Successful in 17s
2026-08-14 20:03:05 +02:00
Bram 3eeb93e225 try reducing rate limit chance
Build and Push Docker Images / build-and-push (push) Successful in 1m24s
2026-08-14 19:58:52 +02:00
Bram 23f073e460 ffs
Build and Push Docker Images / build-and-push (push) Successful in 23s
2026-08-14 19:50:49 +02:00
Bram 22d537a41d best connection
Build and Push Docker Images / build-and-push (push) Successful in 35s
2026-08-14 19:48:19 +02:00
Bram 7a5b2ac3bd to python
Build and Push Docker Images / build-and-push (push) Successful in 1m8s
2026-08-14 19:40:19 +02:00
Bram d5791a4ac5 Enhance gluetun PIA WireGuard rotator with improved rate limit handling and retry logic. Update README to document new RATE_LIMIT_WAIT_SECONDS variable for managing retries after PIA rate limits.
Build and Push Docker Images / build-and-push (push) Successful in 49s
2026-08-03 21:31:10 +02:00
Bram 9436182c0c Update Dockerfile and README to use ccarpinteri's pia-wg-config v1.4.0 for improved PIA WireGuard region selection
Build and Push Docker Images / build-and-push (push) Successful in 48s
2026-07-29 20:22:06 +02:00
Bram 771c143ca9 stupid
Build and Push Docker Images / build-and-push (push) Successful in 23s
2026-07-29 20:15:39 +02:00
Bram d7b6553eff never pick previous vpn
Build and Push Docker Images / build-and-push (push) Successful in 1m51s
2026-07-29 19:21:36 +02:00
Bram 151c2fcd8d add some packages to laravel container
Build and Push Docker Images / build-and-push (push) Successful in 7m18s
2026-07-16 09:46:29 +02:00
Bram 448c33d842 try replacing with screen
Build and Push Docker Images / build-and-push (push) Successful in 3m1s
2026-06-08 16:53:52 +02:00
Bram 2f8ef46e75 fix port extraction for node container
Build and Push Docker Images / build-and-push (push) Successful in 3m39s
2026-06-08 11:42:43 +02:00
Bram 86360ec066 Update README and rotate script to clarify container restart order and improve handling of additional restart containers
Build and Push Docker Images / build-and-push (push) Successful in 39s
2026-06-05 18:22:04 +02:00
Bram 34ee842d34 restart containers after rotation
Build and Push Docker Images / build-and-push (push) Successful in 23s
2026-06-04 18:39:34 +02:00
Bram 2b25780f3e pia wireguard rotator
Build and Push Docker Images / build-and-push (push) Successful in 56s
2026-06-04 18:29:43 +02:00
Bram c58a333a90 yet another lib
Build and Push Docker Images / build-and-push (push) Successful in 5m20s
2026-05-26 15:40:27 +02:00
Bram 4538ecf5b7 whoops
Build and Push Docker Images / build-and-push (push) Successful in 5m12s
2026-05-26 15:30:49 +02:00
Bram 24513405b5 add more intl
Build and Push Docker Images / build-and-push (push) Failing after 23s
2026-05-26 15:30:02 +02:00
Bram 76f24aa28d upgrade laravel container
Build and Push Docker Images / build-and-push (push) Failing after 2m22s
2026-05-26 15:25:58 +02:00
Bram b9f292280b Refactor EPG scheduling: replace CRON_SCHEDULE with GRAB_INTERVAL_HOURS for improved interval-based grabbing and add lock mechanism to prevent concurrent executions.
Build and Push Docker Images / build-and-push (push) Successful in 1m38s
2026-05-24 13:48:27 +02:00
Bram 6b63abc2af fix cron for epg
Build and Push Docker Images / build-and-push (push) Successful in 1m45s
2026-05-24 13:42:04 +02:00
Bram 019e1054b9 update with new version
Build and Push Docker Images / build-and-push (push) Successful in 1m49s
2026-05-17 15:08:09 +02:00
Bram 8db614f098 force rebuild
Build and Push Docker Images / build-and-push (push) Successful in 2m10s
2026-05-17 14:41:33 +02:00
Bram add735d2f0 try fixing port forwarding
Build and Push Docker Images / build-and-push (push) Successful in 26s
2026-05-05 21:27:48 +02:00
Bram fca4f0aa55 local nets
Build and Push Docker Images / build-and-push (push) Successful in 19s
2026-05-05 21:17:22 +02:00
Bram 1b236915ef Refactor WireGuard entrypoint script to capture and restore original default route and gateway. Introduce wg_up_manual function for improved tunnel setup, replacing previous wg-quick commands.
Build and Push Docker Images / build-and-push (push) Successful in 19s
2026-05-05 21:13:15 +02:00
Bram 1dacd7f096 dns
Build and Push Docker Images / build-and-push (push) Successful in 19s
2026-05-05 21:12:06 +02:00
Bram bf892fa216 buhhh
Build and Push Docker Images / build-and-push (push) Successful in 20s
2026-05-05 21:09:04 +02:00
Bram 1180e9e1b0 own wireguard
Build and Push Docker Images / build-and-push (push) Successful in 1m28s
2026-05-05 21:02:00 +02:00
Bram d96ea7ce29 increase timeout settings for interactions in browser service to accommodate slow SPAs and heavy pages, ensuring more reliable page loading and interaction handling
Build and Push Docker Images / build-and-push (push) Successful in 1m12s
2026-05-04 15:02:55 +02:00
Bram 613f0bda5f remove log
Build and Push Docker Images / build-and-push (push) Successful in 1m34s
2026-05-03 19:31:52 +02:00
Bram 8a6746f595 I hate AI
Build and Push Docker Images / build-and-push (push) Successful in 20s
2026-04-29 16:39:15 +02:00
Bram 8e89ecef55 done with this shit
Build and Push Docker Images / build-and-push (push) Successful in 1m13s
2026-04-29 16:32:13 +02:00
Bram 9aa863f42d implement wait_for_xpath function to enhance XPath handling in interactions_service, ensuring proper validation and timeout management
Build and Push Docker Images / build-and-push (push) Successful in 22s
2026-04-29 16:29:52 +02:00
Bram be4719fe01 allow xpath selectors
Build and Push Docker Images / build-and-push (push) Successful in 1m13s
2026-04-29 16:16:14 +02:00
Bram a93bca3c73 add resulting url
Build and Push Docker Images / build-and-push (push) Successful in 1m24s
2026-04-29 15:47:10 +02:00
Bram 6ada34a8c8 disable scrolling
Build and Push Docker Images / build-and-push (push) Successful in 22s
2026-04-23 15:59:30 +02:00
Bram e720b2baa5 improve scrolling logic in interactions_service to handle viewport metrics more reliably and expand viewport for full-page interactions
Build and Push Docker Images / build-and-push (push) Successful in 21s
2026-04-23 15:52:55 +02:00
Bram c9a0b0c1aa refactor interactions_service to use object destructuring for scroll coordinates, enhancing code clarity and maintainability
Build and Push Docker Images / build-and-push (push) Successful in 21s
2026-04-23 15:49:03 +02:00
Bram f233fb1b83 enhance viewport coordinate handling in interactions_service to support document coordinates and improve scrolling stability
Build and Push Docker Images / build-and-push (push) Successful in 1m7s
2026-04-23 15:45:36 +02:00
Bram 7f5ed10e3b allow full page viewport
Build and Push Docker Images / build-and-push (push) Successful in 1m18s
2026-04-23 15:37:58 +02:00
Bram 09ecad1e7c add swagger to puppeteer
Build and Push Docker Images / build-and-push (push) Successful in 4m10s
2026-04-23 15:21:50 +02:00
Bram 2a3cafc128 add logging
Build and Push Docker Images / build-and-push (push) Successful in 21s
2026-04-21 20:41:31 +02:00
Bram 96c81a00c9 add restart delay
Build and Push Docker Images / build-and-push (push) Successful in 26s
2026-04-21 20:27:56 +02:00
Bram 0cb1f25dff docker watcher
Build and Push Docker Images / build-and-push (push) Failing after 1m12s
2026-04-21 20:25:46 +02:00
Bram 64ff6796ad aandelen watcher
Build and Push Docker Images / build-and-push (push) Successful in 2m32s
2026-04-20 14:30:57 +02:00