and register it with the react-form-hook register method passed avatarBorderColor . destructure avatarBorderColor variable . (refer the existing implementation) github.com/RizkyRajitha/linkin/blo...
migrate the modified prisma schema prisma doc . (when migration dev you will need permission to create databases , if such problem occurs use docker postgres instance ).
migrate the modified prisma schema prisma doc . (when migration dev you will need permission to create databases , if such problem occurs use docker postgres instance ).
Hi everyone,
I am excited to announce that Linkin will be participating in 2021 Hacktoberfest 🎃.
LinkIn is a self-hosted link tree application that you can customize to create your own link tree page.
Linkin is a customizable self hosted link tree platform.
Linkin ·
Linkin is a customizable self-hosted link tree application.
100% Free and Open Source💯
Self Hosted, you own your data💽
Customize your link tree with few clicks with a feature-rich dashboard🤖
SEO friendly design built using Next js🕸️
Supports 3 one-click deploy hosting providers🚀
View Demo
Demo Admin
http://linkindemo.vercel.app/adminadminlinkin123Deploy with Vercel
Deploy with Heroku
Deploy with Railway
Getting started
DATABASE_URL- Postgres database urlHASHSALT- random secret keyNODE_ENV- set NODE_ENV toproductionyoudomain/adminto view admin loginadminlinkin123DATABASE_URL- Postgres database urlHASHSALT- random secret keyyoudomain/adminto…Linkin is built using
following issues are open for contribution, also feel free to try out new things add issues regarding linkin.
currently avatar border color is hard coded to
#fffcolor .This has to be dynamic, so that the users can customize the color .
The new form input for color should be under the
Colorstab in thedashboardrough workflow
and register it with the react-form-hook
registermethod passedavatarBorderColor. destructureavatarBorderColorvariable . (refer the existing implementation) github.com/RizkyRajitha/linkin/blo...add new column to the
pagedatarelation in prisma with nameavatarBorderColorand typeString? @db.VarChargithub.com/RizkyRajitha/linkin/blo... .migrate the modified prisma schema prisma doc . (when migration dev you will need permission to create databases , if such problem occurs use docker postgres instance ).
destructure the new
avatarBorderColorvariable and the pass it to the stylesgithub.com/RizkyRajitha/linkin/blo...
test whether everything works.
currently link tree max width is hard corded to
320pxgithub.com/RizkyRajitha/linkin/blo...
it should be dynamically changed using the dashboard.
The new form input for width should be under the General tab in the dashboard
tentative workflow
numbertype github.com/RizkyRajitha/linkin/blo...and register it with the react-form-hook
registermethod passedpageWidth. (refer the existing implementation)pagedatarelation in prisma with namepageWidthand typeString? @db.VarChargithub.com/RizkyRajitha/linkin/blo... .
migrate the modified prisma schema prisma doc . (when migration dev you will need permission to create databases , if such problem occurs use docker postgres instance ).
destructure the new
pageWidthvariable and the pass it to the stylesgithub.com/RizkyRajitha/linkin/blo...
test whether everything works.
Cheers 🥂
Happy Hacktoberfest 🎃