ngn 5f2c7cee77
All checks were successful
Build and publish the docker image / build (push) Successful in 57s
Merge pull request 'Update module github.com/gofiber/fiber/v2 to v2.52.8' (#3) from renovate/github.com-gofiber-fiber-v2-2.x into main
Reviewed-on: #3
2025-07-13 03:33:06 +03:00
2025-04-05 09:58:58 +03:00
2025-04-05 23:51:03 +03:00
2025-04-05 23:51:03 +03:00
2025-04-05 09:58:58 +03:00
2025-04-05 23:51:03 +03:00
2025-04-05 09:58:58 +03:00
2025-07-12 01:34:46 +00:00
2025-04-05 09:58:58 +03:00
2025-04-05 23:51:03 +03:00
2025-04-05 09:58:58 +03:00
2025-04-05 10:05:13 +03:00
2025-04-05 23:50:38 +03:00

tren - frontend for tureng.com

privacy and freedom respecting web frontend for tureng.com, written in Go

running with docker

following command with start the web application on port 8080:

docker run -d -p 8080:8080 git.ngn.tf/ngn/tren:latest

repository also contains an example compose file, which you can copy to run the application with docker-compose

building from source

in other to build from source, you'll need the following programs:

  • git
  • GNU make
  • go
  • sassc

after installing these programs, run the following commands to clone the repository and build the web application from the source

git clone https://git.ngn.tf/ngn/tren
cd tren
make
Description
Privacy and freedom respecting frontend for tureng.com
Readme 92 KiB
Languages
Go 57.1%
HTML 21.6%
SCSS 13.5%
Dockerfile 5.2%
Makefile 2.6%