-
Updated
Apr 3, 2022 - JavaScript
hosting
Here are 769 public repositories matching this topic...
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
-
Updated
Mar 20, 2022 - Python
(suggested by Berndinox in #205; been bugging me for a while too)
Currently, the Docker image exposes port 80. We should change this so that running Meli doesn't require root access.
We'll need to update the deployment docs.
-
Updated
Mar 29, 2022 - Go
-
Updated
Apr 3, 2022 - PHP
-
Updated
May 22, 2018 - Python
From JQuery to Zepto
After #1109 we do not need the whole JQuery anymore, we should use the lightweight Zepto as a drop-in replacement
- Zepto is 9.6K
- JQuery is 84K
Also an option to not include any library would be nice (all Silex components shoud be jquery-free)
- replace JQuery with Zepto
- remove JQuery syntax from components
- add an option to not include JQuery/
-
Updated
Jan 29, 2022 - PHP
-
Updated
Aug 31, 2021 - PHP
-
Updated
Apr 4, 2022 - PHP
-
Updated
Jul 28, 2021 - Shell
-
Updated
Jan 29, 2022 - PHP
-
Updated
Jul 16, 2021 - Shell
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Mar 28, 2022 - Go
-
Updated
Apr 4, 2022 - CSS
-
Updated
Apr 2, 2022
We encountered this on an internal deployment, but wanted to post a related bug report here for tracking.
We were trying to deploy to a tag that was "broken" (still not entirely sure what that means), and got the response
$ curl --request POST \
--header "Docat-Api-Key: $TOKEN" \
--form "file=@site.zip" \
"http://www.mydocat.com/api/myproj/brokentag"
<!DOCTYP
-
Updated
Mar 20, 2022 - PHP
-
Updated
Feb 5, 2021
-
Updated
Mar 23, 2022 - Dockerfile
-
Updated
Apr 1, 2022 - Python
-
Updated
Jan 24, 2020 - Python
Improve this page
Add a description, image, and links to the hosting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hosting topic, visit your repo's landing page and select "manage topics."
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
**What did you exp