Compare commits

...

3 commits

Author SHA1 Message Date
b857a4ce28 add service file (for real?) 2024-09-18 22:42:32 +02:00
182e7121a8 change jitsi url 2024-09-18 22:20:02 +02:00
8b2af926f1 add service file 2024-09-17 21:15:56 +02:00
2 changed files with 12 additions and 1 deletions

View file

@ -16,7 +16,7 @@ logger.debug("Browser started, opening the page");
const page = await browser
.pages()
.then((pages) => pages[0] || browser.newPage());
await page.goto("https://meet.vpsfree.cz");
await page.goto("https://meet.freifunk-aachen.de");
logger.debug("Joining room");
await page.locator("#enter_room_field").fill("parsifalove");
await page.locator("#enter_room_button").click();

11
parsifal.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description=Parsifal Call
After=network.target
[Service]
ExecStart=/home/giga/parsifal/start.sh
WorkingDirectory=/home/giga/parsifal
Restart=always
[Install]
WantedBy=default.target