From 6213e06b46f43fa8075bb8a19c944e8b3f750e93 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 10 Apr 2025 23:29:54 +0800 Subject: [PATCH] README and stuff --- README.md | 26 ++++++++++++++++++++++++++ go.mod | 2 +- diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..043654671585b4fbece5ec687753450944c70ce6 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Melon Survey + +This is just a very simple web-based survey program specifically written for +one particular survey... + +I tend to publish all my source code, so this one is no exception. Just know +that it's not really designed for general purpose use. + +## Build + +``` +go build +``` + +## Run + +It listens on `127.0.0.1:9074`. Point your reverse proxy there, and remember to +send a `X-Forwarded-For`. + +## Copyright + +Content copyright (c) 2025 Tiffany Guo\ +All rights reserved. + +Web service copyright (c) 2025 [Runxi Yu](https://runxiyu.org)\ +Licensed under GNU AGPL version 3. diff --git a/go.mod b/go.mod index 938ac4e672b7d9a7795ac2acdcc811193c76e206..d67b84f9664058d6f7f91dbddbfa9b560bff7602 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module tiff +module melon-survey go 1.24.1 -- 2.48.1