Runxi Yu’s Personal Forge
Login

melonsurvey

Web survey software for melons
Commit info
ID
6213e06b46f43fa8075bb8a19c944e8b3f750e93
Author
Runxi Yu <me@runxiyu.org>
Author date
Thu, 10 Apr 2025 23:29:54 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Thu, 10 Apr 2025 23:30:19 +0800
Actions
README and stuff
# 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 <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPL version 3</a>.
module tiff
module melon-survey

go 1.24.1