self-hosting
There are two distinct, commonly used definitions of self-hosted:
- A network service that is run on a server that is controlled by the user of that service.
- A computer program that can produce new versions of that same program (e.g. a compiler that can compile its own source code or an operating system that can be used to compile itself).
Here are 108 public repositories matching this topic...
Build your personal knowledge base with Trilium Notes
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 17, 2022 - PHP
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
The mail option does not have a subject. It would be nice to have a customizable subject.
<a href="mailto:someone@yoursite.com?subject=themailsubjecthere">Email Us</a>
An open-source & self-hostable Heroku / Netlify alternative.
-
Updated
May 17, 2022 - Svelte
TagSpaces is an offline, open source, document manager with tagging support
-
Updated
May 17, 2022 - TypeScript
Self-hosted Image Hosting solution. Start your own Flickr/imgur alternative with your own rules.
-
Updated
Apr 30, 2022 - PHP
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
-
Updated
May 17, 2022 - PHP
A beautiful personal server OS for Raspberry Pi or any Linux distro for self-hosting everything
-
Updated
May 16, 2022 - HTML
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
-
Updated
Apr 29, 2022 - Rust
Lightweight document management system packed with all the features you can expect from big expensive solutions
-
Updated
May 16, 2022 - JavaScript
YunoHost is an operating system aiming to simplify as much as possible the administration of a server. This repository corresponds to the core code, written mostly in Python and Bash.
-
Updated
May 16, 2022 - Python
Simple C compiler
-
Updated
Apr 12, 2022 - C
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
-
Updated
May 14, 2022 - C
-
Updated
Jan 24, 2022 - YARA
Modify bit warden to provide my own licensing for self hosting
-
Updated
Apr 9, 2022 - C#
Just some templates to get someone started with hosting various servers in Docker
-
Updated
Feb 14, 2021 - Ruby
XD Pascal: A small embeddable self-hosting Pascal compiler for Windows. Supports Go-style methods and interfaces
-
Updated
Mar 31, 2020 - Pascal
Is your feature request related to a problem? Please describe.
Would like to auto greet new people
Describe the solution you'd like
https://github.com/marketplace/actions/first-interaction
Describe alternatives you've considered
Manual is slower and error prone and also not very fancy
Additional context
Let's come up with something interesting to say on `First interac
Leafplayer is a minimalistic music streaming server with a focus on performance and a slick UI. It allows you to listen to your private music collection from anywhere in the world.
-
Updated
Mar 30, 2022 - TypeScript
Maru - a tiny self-hosting lisp dialect
-
Updated
Jan 6, 2022 - Common Lisp
Move non __init__ functions from bot.py to utils.
This also means updating the function references inside all cogs.
Lisp-like programming language powered by Rust + LLVM
-
Updated
Feb 26, 2022 - Rust
Cross-platform full text RSS feeds self-hosting service.
-
Updated
Mar 17, 2020 - Go
An operating system project.
-
Updated
Dec 27, 2020 - C
Private Cloud Music - a really simple and easy-to-use online music player.
-
Updated
Dec 5, 2021 - CSS
-
Updated
Nov 9, 2018 - Shell
-
Updated
Aug 3, 2020 - Shell
- Wikipedia
- Wikipedia


Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.
This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.