self-hosting
Here are 76 public repositories matching this topic...
-
Updated
Sep 14, 2021 - 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
As I was running composer to install a new library into our repo, it warned me that:
Package yzalis/identicon is abandoned, you should avoid using it. No replacement was suggested.
I'm not familiar on what packagist.org's process is to declare a package abandoned. I see that the last commit in their repo is from 2019 and there are a number of unanswered issues and pull requests.
I
TagSpaces is an offline, open source, document manager with tagging support
-
Updated
Sep 13, 2021 - TypeScript
Community/Personal Image Hosting powered by Chevereto (图床)
-
Updated
Sep 4, 2021 - PHP
An open-source, hassle-free, self-hostable Heroku & Netlify alternative
-
Updated
Sep 2, 2021 - Svelte
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
Sep 13, 2021 - PHP
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
-
Updated
Aug 1, 2021 - Rust
A beautiful personal server OS for a Raspberry Pi or any Linux distro for running self-hosted apps
-
Updated
Sep 13, 2021 - Shell
Simple C compiler
-
Updated
Sep 14, 2021 - C
Lightweight document management system packed with all the features you can expect from big expensive solutions
-
Updated
Sep 12, 2021 - 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
Sep 13, 2021 - Python
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
-
Updated
Jun 10, 2021 - C
-
Updated
Aug 18, 2021 - YARA
Modify bit warden to provide my own licensing for self hosting
-
Updated
Aug 31, 2021 - 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
As you see in some file for example lexer.test.c file I want to implement items of tokens in several lines..
https://github.com/One-Language/One/blob/master/test/lexer.test.c#L82
for example:
lexer_tests[lexer_tests_count++] = (LexerTest){"1\r\n 2\n3\n4", {token_make(TOKEN_VALUE_NUMBER), token_make(TOKEN_SKIP_WHITESPACE_LINE), token_make(TOKEN_VALUE_NUMBER), token_make(TOKEN_SKIP_
Leafplayer is a minimalistic music streaming server with a focus on performance and a slick UI. It enables you to listen to your private music collection from anywhere in the world.
-
Updated
Sep 12, 2021 - TypeScript
Maru - a tiny self-hosting lisp dialect
-
Updated
Jul 21, 2021 - Common Lisp
Just a way to add thumbnail (with url image)
Lisp-like programming language powered by Rust + LLVM
-
Updated
Jul 5, 2021 - Rust
Cross-platform full text RSS feeds self-hosting service.
-
Updated
Mar 17, 2020 - Go
An operating system project.
-
Updated
Dec 27, 2020 - C
-
Updated
Nov 9, 2018 - Shell
-
Updated
Aug 3, 2020 - Shell
Anonymous microblogging platform
-
Updated
Mar 6, 2018 - CSS
A subset of javascript implemented in that subset of javascript. Yes, it can run itself.
-
Updated
Aug 18, 2021 - JavaScript
Improve this page
Add a description, image, and links to the self-hosting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the self-hosting topic, visit your repo's landing page and select "manage topics."


We badly started implementing some props mutation.
There are usually two cases:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations