Linkin ·
Linkin is a customizable self-hosted link tree platform.
- Demo username =
admin
- Demo password =
linkin123
Deploy with Vercel
Deploy with Heroku
Getting started
- Deploy in Vercel
- set environment variables
-
DBURL
- Postgres database url -
KEY
- random secret key -
NODE_ENV
- set NODE_ENV toproduction
-
- after successfully deploying visit
youdomain/admin
to view admin login - use default login credentials
- username =
admin
- password =
linkin123
- username =
- after a successfull login you will be able to see above admin dashboard.
- set environment variables
- Deploy in Heroku
- set environment variables
-
DBURL
- Postgres database url -
KEY
- random secret key
-
- after successfully deploying visit
youdomain/admin
to view admin login - use default login credentials
- username =
admin
- password =
linkin123
- username =
- after a successfull login you will be able to see above admin dashboard.
- set environment variables
Developing locally
Requirements
- Node.js 10.13 or newer
- Postgresql
Setup local environmrnt variables in config.js
example
exports.DBURLLOCAL = "postgres://linkin:123@localhost:5432/linkin"
exports.SECRETKEY =
…