Skip to content

Instantly share code, notes, and snippets.

View alanrme's full-sized avatar
💫

Alan alanrme

💫
View GitHub Profile
@Criomby
Criomby / custom.js
Last active April 19, 2025 07:06
gethomepage/homepage local-remote href slider
// -----------------
// Slider to switch between local/remote addresses.
// Allows you to change the domains of the href targets to the current domain (e.g. when using a VPN).
// -----------------
// these domain (href) will be changed to the current browser domain
// prevents changing links to other services/servers which should not be changed
const host = "pi-server.local"; // TODO: change this
const updateLocation = () => {
@kvnxiao
kvnxiao / awesome-selfhosted-sorted-by-stars.md
Last active April 18, 2025 09:31
awesome-selfhosted-sorted-by-stars.md

Awesome-Selfhosted

Awesome

Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.

This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free page.

See Contributing.