The awesome and damn simple, selfhosted alternative to linktree
Go to file
nikurasu 19532433b5 Updated readme and Dockerfile to use .env instead of .env-example 2022-11-11 08:01:45 +01:00
.fleet Added jetbrains fleet config, run config 2022-10-14 14:22:17 +02:00
.vscode Added vscode workspace 2022-10-14 10:06:21 +02:00
assets First steps of dockerisation 2022-10-28 14:39:35 +02:00
dev Updated readme and Dockerfile to use .env instead of .env-example 2022-11-11 08:01:45 +01:00
src FEATURE: Made Port dynamic with env variable 2022-11-10 15:49:01 +01:00
.env.example FEATURE: Made Port dynamic with env variable 2022-11-10 15:49:01 +01:00
.gitignore FEATURE: Made Port dynamic with env variable 2022-11-10 15:49:01 +01:00
README.md Updated readme and Dockerfile to use .env instead of .env-example 2022-11-11 08:01:45 +01:00
package.json FEATURE: Made Port dynamic with env variable 2022-11-10 15:49:01 +01:00
yarn.lock FEATURE: Made Port dynamic with env variable 2022-11-10 15:49:01 +01:00

README.md

Socialtree

The awesome and damn simple, selfhosted alternative to linktree

TODO:

  • working template
  • overwrites of default styles with css !important for round profile-pic etc.
  • more styles
  • Dockerize

Setup

A up to date docker image is provided at my gitea, but you can also build it yourself.

Build

  1. Clone the repository git clone https://git.oishi-ra.men/Nikurasu/socialtree-js.git
  2. Copy .env.example to .env and edit it to your needs
  3. Build the image. For unix like systems I provide a bash script in dev/shell/docker-prod.sh. I hated the hassle to type the full command every time ;)

Deploy

Done with docker-compose. Use the file at dev/docker/stacks/main/compose.yml and edit it to your needs.