mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Compare commits
No commits in common. "ab74e45a9f1058e320c43ff8e2f17875ca684c93" and "a7bb2f5ec86cd3bc8f99fd82272ff96bdfce1bed" have entirely different histories.
ab74e45a9f
...
a7bb2f5ec8
@ -1,20 +0,0 @@
|
|||||||
# Autostarting Progressive WebApps using Brave
|
|
||||||
# App IDs are theoretically the same globally
|
|
||||||
|
|
||||||
# chat.pikaviestin.fi
|
|
||||||
exec --no-startup-id sleep 15 && /usr/local/bin/brave --profile-directory=Default --app-id=gnfnegplbndhneeicgmmlacdcafhbloj --app-run-on-os-login-mode=windowed
|
|
||||||
|
|
||||||
# web.whatsapp.com
|
|
||||||
exec --no-startup-id sleep 15 && /usr/local/bin/brave --profile-directory=Default --app-id=hnpfjngllnobngcgfapefoaidbinmjnm --app-run-on-os-login-mode=windowed
|
|
||||||
|
|
||||||
# latest.glowing-bear.org
|
|
||||||
exec --no-startup-id sleep 15 && /usr/local/bin/brave --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf --app-run-on-os-login-mode=windowed
|
|
||||||
|
|
||||||
# web.telegram.org/a
|
|
||||||
exec --no-startup-id sleep 15 && /usr/local/bin/brave --profile-directory=Default --app-id=ibblmnobmgdmpoeblocemifbpglakpoi --app-run-on-os-login-mode=windowed
|
|
||||||
|
|
||||||
# ntfy.sh
|
|
||||||
exec --no-startup-id sleep 15 && /usr/local/bin/brave --profile-directory=Default --app-id=cmgiilnmnfechkeifkepembegeckng --app-run-on-os-login-mode=windowed
|
|
||||||
|
|
||||||
# webchat.disroot.org
|
|
||||||
exec --no-startup-id sleep 15 && /usr/local/bin/brave --profile-directory=Default --app-id=ndhcmhblfbbcejhpmekjaoljlkgmlebj --app-run-on-os-login-mode=windowed
|
|
@ -0,0 +1,14 @@
|
|||||||
|
# Autostarting Progressive WebApps using Vivaldi
|
||||||
|
# App IDs may be globally the same?
|
||||||
|
|
||||||
|
# Telegram WebZ
|
||||||
|
exec --no-startup-id vivaldi --profile-directory=Default --app-id=ibblmnobmgdmpoeblocemifbpglakpoi "--app-url=https://web.telegram.org/z/"
|
||||||
|
|
||||||
|
# Glowing Bear, WeeChat Relay protocol client.
|
||||||
|
exec --no-startup-id vivaldi --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf "--app-url=https://latest.glowing-bear.org/index.html"
|
||||||
|
|
||||||
|
# YouTube Music
|
||||||
|
exec --no-startup-id vivaldi --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod "--app-url=https://music.youtube.com/?source=pwa"
|
||||||
|
|
||||||
|
# Ntfy.sh Web
|
||||||
|
exec --no-startup-id vivaldi --profile-directory=Default --app-id=cmgiilnmnfechkeifkepembegeckngog "--app-url=https://ntfy.sh/app"
|
@ -1,4 +0,0 @@
|
|||||||
# Enables mDNS for systemd-resolved
|
|
||||||
[connection]
|
|
||||||
connection.mdns=2
|
|
||||||
connection.llmnr=2
|
|
@ -8,10 +8,7 @@
|
|||||||
"app.element.io",
|
"app.element.io",
|
||||||
"staging.element.io",
|
"staging.element.io",
|
||||||
"develop.element.io",
|
"develop.element.io",
|
||||||
"chat.pikaviestin.fi",
|
"chat.pikaviestin.fi"
|
||||||
"webchat.disroot.org",
|
|
||||||
"learn.microsoft.com",
|
|
||||||
"teams.microsoft.com"
|
|
||||||
],
|
],
|
||||||
"learnInIncognito": true,
|
"learnInIncognito": true,
|
||||||
"learnLocally": true,
|
"learnLocally": true,
|
||||||
|
@ -7,10 +7,7 @@
|
|||||||
"app.element.io",
|
"app.element.io",
|
||||||
"staging.element.io",
|
"staging.element.io",
|
||||||
"develop.element.io",
|
"develop.element.io",
|
||||||
"chat.pikaviestin.fi",
|
"chat.pikaviestin.fi"
|
||||||
"webchat.disroot.org",
|
|
||||||
"learn.microsoft.com",
|
|
||||||
"teams.microsoft.com"
|
|
||||||
],
|
],
|
||||||
"learnInIncognito": true,
|
"learnInIncognito": true,
|
||||||
"learnLocally": true,
|
"learnLocally": true,
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"BraveShieldsDisabledForUrls": [
|
|
||||||
"https://app.element.io",
|
|
||||||
"https://staging.element.io",
|
|
||||||
"https://develop.element.io",
|
|
||||||
"https://chat.pikaviestin.fi",
|
|
||||||
"https://webchat.disroot.org",
|
|
||||||
"https://learn.microsoft.com",
|
|
||||||
"https://teams.microsoft.com",
|
|
||||||
"https://glowing-bear.org/",
|
|
||||||
"https://latest.glowing-bear.org/"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"DnsOverHttpsMode": "automatic",
|
|
||||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query"
|
|
||||||
}
|
|
@ -20,8 +20,6 @@ options rotate edns0 trust-ad
|
|||||||
|
|
||||||
# no sending local domain to upstream whenever NXDOMAIN happens
|
# no sending local domain to upstream whenever NXDOMAIN happens
|
||||||
search .
|
search .
|
||||||
# Attempt to mDNS everything?
|
|
||||||
#search .local
|
|
||||||
|
|
||||||
# PS. Remove empty lines and comments if this ends up in /etc/resolv.conf
|
# PS. Remove empty lines and comments if this ends up in /etc/resolv.conf
|
||||||
# PPS. The traditional spell is:
|
# PPS. The traditional spell is:
|
||||||
|
@ -7,16 +7,14 @@ Type=ether
|
|||||||
[Link]
|
[Link]
|
||||||
# My devices generally also have WiFi so lack of ethernet is not a reason
|
# My devices generally also have WiFi so lack of ethernet is not a reason
|
||||||
# to wait for systemd-networkd-wait-online.service
|
# to wait for systemd-networkd-wait-online.service
|
||||||
RequiredForOnline=false
|
RequiredForOnline=no
|
||||||
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
||||||
RequiredFamilyForOnline=both
|
RequiredFamilyForOnline=both
|
||||||
# Always set administrative state to up. Implies RequiredForOnline=true
|
# Always set administrative state to up. Implies RequiredForOnline=yes
|
||||||
#ActivationPolicy=always-up
|
#ActivationPolicy=always-up
|
||||||
# Required for mDNS
|
|
||||||
Multicast=true
|
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
#DHCP=true
|
#DHCP=yes
|
||||||
# /24, /16, /8 are the the class C, B, A networks
|
# /24, /16, /8 are the the class C, B, A networks
|
||||||
Address=192.168.0.2/24
|
Address=192.168.0.2/24
|
||||||
Gateway=192.168.0.1
|
Gateway=192.168.0.1
|
||||||
@ -32,7 +30,3 @@ IPv6LinkLocalAddressGenerationMode=stable-privacy
|
|||||||
# multiple times, but you are using Chrony instead, right?
|
# multiple times, but you are using Chrony instead, right?
|
||||||
#NTP=fi.pool.ntp.org
|
#NTP=fi.pool.ntp.org
|
||||||
#NTP=time.cloudflare.com
|
#NTP=time.cloudflare.com
|
||||||
# Enable mDNS/.local for systemd-resolved
|
|
||||||
MulticastDNS=true
|
|
||||||
# Windows
|
|
||||||
LLMNR=true
|
|
||||||
|
@ -7,19 +7,13 @@ Type=wlan
|
|||||||
[Link]
|
[Link]
|
||||||
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
||||||
RequiredFamilyForOnline=both
|
RequiredFamilyForOnline=both
|
||||||
# Always set administrative state to up. Implies RequiredForOnline=true
|
# Always set administrative state to up. Implies RequiredForOnline=yes
|
||||||
ActivationPolicy=always-up
|
ActivationPolicy=always-up
|
||||||
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
|
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
|
||||||
# uncomment
|
# uncomment
|
||||||
#Unmanaged=true
|
#Unmanaged=true
|
||||||
# Required for mDNS
|
|
||||||
Multicast=true
|
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=true
|
DHCP=yes
|
||||||
IPv6PrivacyExtensions=true
|
IPv6PrivacyExtensions=true
|
||||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||||
# Enable mDNS/.local for systemd-resolved
|
|
||||||
MulticastDNS=true
|
|
||||||
# Windows
|
|
||||||
LLMNR=true
|
|
||||||
|
@ -10,7 +10,3 @@ Cache=true
|
|||||||
DNS=127.0.0.1
|
DNS=127.0.0.1
|
||||||
DNS=::1
|
DNS=::1
|
||||||
Domains=~.
|
Domains=~.
|
||||||
# .local domains
|
|
||||||
MulticastDNS=true
|
|
||||||
# Microsoft Windows compatibility?
|
|
||||||
LLMNR=true
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Conflicts=avahi-daemon.service avahi-daemon.socket
|
|
@ -1,6 +0,0 @@
|
|||||||
server:
|
|
||||||
# mDNS, must not be sent to upstream servers. static replies nxdomain/nodata
|
|
||||||
# unless local data specifies how to answer
|
|
||||||
local-zone: "local." static
|
|
||||||
local-zone: "internal." static
|
|
||||||
local-zone: "invalid." static
|
|
@ -1,6 +1,3 @@
|
|||||||
# Ensure /etc/sysctl.d/ gets read
|
|
||||||
@reboot /usr/sbin/sysctl -p --system >/dev/null 2>&1
|
|
||||||
|
|
||||||
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
|
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
|
||||||
@reboot /root/fixcontroller.py
|
@reboot /root/fixcontroller.py
|
||||||
|
|
||||||
@ -10,7 +7,7 @@
|
|||||||
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
|
||||||
|
|
||||||
# Another attempt at ensuring Yggdrasil works with nordvpnd
|
# Another attempt at ensuring Yggdrasil works with nordvpnd
|
||||||
@reboot /usr/bin/sleep 300 && /usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0 >/dev/null 2>&1
|
@reboot /usr/bin/sleep 300 && /usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
@reboot /usr/bin/sleep 315 && /usr/bin/systemctl restart yggdrasil.service --quiet
|
@reboot /usr/bin/sleep 315 && /usr/bin/systemctl systemctl restart yggdrasil.service --quiet
|
||||||
|
|
||||||
# vim: filetype=crontab
|
# vim: filetype=crontab
|
||||||
|
Loading…
Reference in New Issue
Block a user