💾 Archived View for gemini.rmf-dev.com › repo › Vaati › UploadService › files › e92ec5d592c80998fc92… captured on 2023-05-24 at 18:34:09. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-04-19)
-=-=-=-=-=-=-
0 # UploadService
1
2 Simple http server written in ANSI C, allowing users to upload their files and
3 download them.
4
5 ## Build instructions
6
7 UploadService doesn't have any dependencies, using the make command should
8 build the program.
9 Uncomment NO_SANDBOX in the Makefile to disable sandboxing.
10 Uncomment NO_PROXY in the Makefile to disable displaying the ip using XRealIP.
11
12 Tested on :
13 * Linux
14 * Illumos
15 * FreeBSD
16 * OpenBSD
17 * NetBSD
18