This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Midou36O 34bcc3d603
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix woodpecker
2022-09-16 23:16:29 +01:00
2022-08-02 10:42:47 +02:00
2022-09-16 23:10:37 +01:00
2022-09-16 23:10:37 +01:00
2022-09-16 23:10:37 +01:00
2022-09-14 14:32:56 +01:00
2022-09-16 23:10:37 +01:00
2022-09-14 10:17:18 +01:00
2022-09-16 23:16:29 +01:00
2022-08-04 21:20:21 +02:00
2022-08-02 10:42:47 +02:00
2022-09-14 15:55:17 +01:00
2022-09-14 15:56:59 +01:00
2022-09-12 19:16:24 +00:00
2022-08-14 21:06:00 +02:00
2022-09-16 23:10:37 +01:00

Segfautils

Web utilities for Project Segfault

What does it do?

For now it powers our contact form and our announcements page. In the future we will expand our APIs so you can do more cool things. (We currently do not have any new idea so please open issues and give us suggestions!!)

Setup

Docker:

docker run -d --restart=always -p 6893:6893 --name segfautils -v "$(pwd)"/data:/segfautils/data projectsegfault/segfautils:latest

You need to copy the config.example.toml to ```config.toml`` and customize the values in the config file. YAML works as well, if you'd like to use that instead.

We recommend using Docker as it provides better security (we suck in security, so that's why) and we are constantly updating Segfautils. Docker makes it easy to update the program.

If you're using Portainer, you should know how to add Segfautils.

git clone https://github.com/ProjectSegfault/segfautils
cd segfautils/
# You need to config file located in data/config.toml. 
go run main.go # Run this when you've done above, and you're planning on developing, if not, do below
go build . -o segfautils
./segfautils
Description
No description provided
Readme 191 KiB
Languages
Go 63.8%
HTML 34.3%
Dockerfile 1.2%
Shell 0.7%