Skip to content
#

backend

Here are 3,569 public repositories matching this topic...

october
jpgollnitz
jpgollnitz commented Jan 10, 2019

Hey all, just wanted to contribute a working web.config for deployment of Cockpit on a free Azure web app... this is created in the root of the website. (in wwwroot)

<?xml version="1.0" encoding="UTF-8"?>


<configuration>

  <system.webServer>

     <staticContent>

      <mimeMap fileExtension=".css" mimeType="text/css; charset=UTF-8" />

      <mimeMap fileExtension="woff" mi
novabyte
novabyte commented Feb 16, 2017

The direct message join message in the server protocol currently lets you initiate a DM topic with a single user ID at a time. You can send multiple of these messages - but one for each of the users you want to direct message.

It would be more efficient to allow multiple IDs to be specified in a single join message so you could take your friends list and/or group members list and create DM topi

beriberikix
beriberikix commented Dec 19, 2018

I'm on a pet project that requires a performant CoAP webserver. Since none exist I was considering using libcoap and find a frontend for doing the routing/middleware. Silicon looks to fit the build! How hard would it be to add libcoap as a Silicon backend? Are there any docs or guidance?

Thanks!

isleshocky77
isleshocky77 commented Jan 29, 2019

When on the "Label Faces" modal, the small face thumbnail on the top left is missing. When inspecting it looks like this:

<img auth="[object Object]" height="40" width="40" src="http://backend/media/faces/c5291c1156b701f0b5d4ff2cc10545a74_0.jpg" class="ui image">

Note http://backend

I'm running this by checking out the dev branch and using docker-compose up.
I've twe

CRUD
lastbackend
rich-murphey
rich-murphey commented Aug 31, 2019

I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.

Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.

Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).

Here are steps that build and deploy the project on current Debian.

leowe
leowe commented May 15, 2019

As stated in the documentation "If authentication fails, HTTP status code 403 is returned. You can read more about authentication and see sample requests here."
This is the wrong response HTTP status code, since 403 means "Forbidden". This is opposed to the case where authentication fails. Here an authentication is required, the resource is generally not forbidden. The right HTTP status code woul

Improve this page

Add a description, image, and links to the backend 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 backend topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.