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 83 public repositories matching this topic...
-
Updated
Dec 15, 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
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 14, 2021 - PHP
-
Updated
Dec 14, 2021 - Svelte
-
Updated
Dec 15, 2021 - PHP
-
Updated
Dec 15, 2021 - Shell
-
Updated
Nov 7, 2021 - Rust
-
Updated
Nov 20, 2021 - JavaScript
-
Updated
Sep 14, 2021 - C
-
Updated
Dec 13, 2021 - Python
-
Updated
Oct 25, 2021 - C
-
Updated
Oct 14, 2021 - YARA
-
Updated
Aug 31, 2021 - C#
-
Updated
Feb 14, 2021 - Ruby
-
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_
-
Updated
Dec 12, 2021 - TypeScript
-
Updated
Sep 19, 2021 - Common Lisp
Move non __init__ functions from bot.py to utils.
This also means updating the function references inside all cogs.
-
Updated
Oct 29, 2021 - Rust
-
Updated
Mar 17, 2020 - Go
-
Updated
Dec 27, 2020 - C
-
Updated
Nov 9, 2018 - Shell
-
Updated
Aug 3, 2020 - Shell
-
Updated
Dec 4, 2021 - Python
-
Updated
Dec 5, 2021 - CSS
- Wikipedia
- Wikipedia


Steps to reproduce
Expected behaviour
App navigation should open
Actual behaviour
Doesn't show, or open when clicked several times
Server configuration
Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update