Skip to content
#

hosting

Here are 769 public repositories matching this topic...

bramp
bramp commented Dec 27, 2020

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.

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080

**What did you exp

good first issue Hacktoberfest

A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.

  • Updated May 22, 2018
  • Python
Silex
lexoyo
lexoyo commented Apr 30, 2021

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/
docat
dgkf
dgkf commented Oct 12, 2021

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
bug enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the hosting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hosting topic, visit your repo's landing page and select "manage topics."

Learn more