Skip to content

Instantly share code, notes, and snippets.

@Wriar
Wriar / SEP-MAC.cnf.xml
Created June 1, 2023 02:29
SEP.cnf.xml configuration file for FreePBX chan_sip
<?xml version="1.0" encoding="utf-8"?>
<device>
<fullConfig>true</fullConfig>
<deviceProtocol>SIP</deviceProtocol>
<ipAddressMode>0</ipAddressMode>
<allowAutoConfig>true</allowAutoConfig>
<dadEnable>true</dadEnable>
<redirectEnable>false</redirectEnable>
<echoMultiEnable>false</echoMultiEnable>
<ipPreferenceModeControl>0</ipPreferenceModeControl>
@pacmac
pacmac / frontpage.js
Last active July 22, 2025 02:17
A small hack to allow a proxmox node web page to be displayed in the working panel.
/*
version 1.0
https://gist.githubusercontent.com/pacmac/1602c3b520d4595a41df59f8673d019c/raw/aee285f9be5c9457fcd1831d5995e5a0852e3fe8/frontpage.js
*/
var cl=console.log;
function waitForElementToDisplay(selector, callback, checkFrequencyInMs, timeoutInMs) {
var startTimeInMs = Date.now();
(function loopSearch() {