Compare commits

..

No commits in common. "b857a4ce2856794691e9da2ad74f9d2ed21de949" and "78aa3e6afbc830b814762c0b25e722f29f6119c4" have entirely different histories.

2 changed files with 1 additions and 12 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.freifunk-aachen.de");
await page.goto("https://meet.vpsfree.cz");
logger.debug("Joining room");
await page.locator("#enter_room_field").fill("parsifalove");
await page.locator("#enter_room_button").click();

View file

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