Go to file
Daniel Legt b74836e779 + Build Script
+ DockerFile
+ Docker-Compose Example
2022-05-21 16:45:56 +03:00
dist + Build Script 2022-05-21 16:45:56 +03:00
lib + Maximum pad length 2022-05-21 16:17:25 +03:00
static * Quick archives fix 2022-05-21 16:19:24 +03:00
templates * Quick archives fix 2022-05-21 16:19:24 +03:00
.env.example + Cleanup timer for old files 2022-05-20 01:59:53 +03:00
.gitignore + Build Script 2022-05-21 16:45:56 +03:00
Dockerfile + Build Script 2022-05-21 16:45:56 +03:00
LICENSE Initial Commit 2022-05-15 12:43:42 +03:00
README.md + Demo Gif 2022-05-20 02:23:17 +03:00
build.sh + Build Script 2022-05-21 16:45:56 +03:00
docker-compose.example.yaml + Build Script 2022-05-21 16:45:56 +03:00
go.mod + Handle post data 2022-05-20 01:40:21 +03:00
go.sum + Handle post data 2022-05-20 01:40:21 +03:00
main.go * Verbose 2022-05-21 14:34:46 +03:00

README.md

Gopher

Quickly create "pads" and share with others

Docker Ko-Fi Go demo MariaDB

FreePad

Gopher

FreePad is a simple Go project to help you juggle temporary notes that you might wanna pass from one device to another, or from a person to another with memorable and easy to communicate online "Pads".

The project is absolutely free to use, you can extend the code and even contribute, I am more than happy to be corrected in my horrible beginner code.

The current maintainer and creator is Kato Twofold

Gopher

Before getting started there are a couple things you should configure before proceeding, such as the database storage type and a couple limits, now if you really want to you can skip these but it's better to know what you're running as to not wake up with a not-so-nice surprise.

Gopher

The .env file contains all of the available options and you should use it to change those said variables, these are really important to customizing and self hosting this experience for yourself.

If you need any help with any setting you can always open an issue over on github and get help from me.

If you are barely getting started with hosting your own services, or even Sys admin stuff in general or writing code my suggestion is to just copy .env and leave it as is until you get it running with the defaults running fine, afterwards you can play with it a little and who knows, maybe even get to learn something!