Questions tagged [self-hosting]

Operating independently of a hosting infrastructure

Self-hosting refers to a program or service which does not require a hosting environment. This term is often used to describe WCF web services that do not require IIS as their web host - a self-hosted WCF service establishes its own HTTP endpoints and listeners and is responsible for its own routing, security, and configuration management.

772 questions
-1
votes
2 answers

PHP - How to give users download link of file they have uploaded

i have created a simple upload.php file. But i want to to create a file hosting site on which users can upload files without login/register and get download links so that others may download their file using that link. Like on datafilehost.com. My…
-2
votes
1 answer

Why won't Safari and other WebKit-based browsers load site being served from Raspberry Pi 4 running NGINX?

I have a Raspberry Pi 4B running Raspberry Pi OS Lite/Debian 11 (64 bit version) with NGINX version 1.18.0 installed. NGINX is serving a small (~400KB) website, and I have my router set up to forward HTTP requests to the Raspberry Pi. From my local…
-2
votes
1 answer

My website is almost finished, how to proceed

I have a social networking site which is almost ready. On the site people would upload images and put information about themselves for their profile and would also post messages (which can include images). I am wondering exactly how to proceed…
Casey Neistat
  • 81
  • 1
  • 2
  • 6
-2
votes
1 answer

How use function SetEndpointAddress?

What should come in the place of ??? (first parameter) serviceHost = new ServiceHost(typeof(MyService)); serviceHost.SetEndpointAddress(???, "http://cvxcvxcvcx"); I have specified Endpoint in config file, what should I do to recall him? Can I…
-4
votes
1 answer

ServiceStack SelfHost SSL Support

i am trying to find a way to enable SSL on SelfHost ServiceStack, as this requires administrative rights today for using "Net SH", as well as the fact this is "Not Clean" as i need to maintain the Port outside of my application configuration,…
-4
votes
1 answer

IT startup: setting up environment for remote server and remote coding

I want to build an IT setup. At the very basic I want to setup few things I want to have a central remote server which would have enough processing power to host everything. The local PCs should be on the economical end. I want that all code…
1 2 3
51
52