This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-11-23 10:56:24 +00:00
.github Create dependabot.yml 2022-11-17 08:32:59 +00:00
src Update layout 2022-11-23 10:44:52 +00:00
.dockerignore Fix docker issues 2022-11-17 06:47:14 +00:00
.drone.yml add .drone.yml 2022-11-14 05:42:45 +00:00
.env-example Update env example 2022-11-17 06:17:57 +00:00
.eslintrc.json add more es lint options 2022-11-15 03:32:13 +00:00
.gitignore Yeet package-lock.json 2022-11-17 07:35:44 +00:00
docker-compose.yml Fix docker issues 2022-11-17 06:47:14 +00:00
Dockerfile Fix docker issues 2022-11-17 06:47:14 +00:00
jsconfig.json Add jsconfig 2022-11-13 22:44:48 +00:00
next.config.js Remove port 2022-11-19 10:45:04 +00:00
package.json Bump next-auth from 4.16.4 to 4.17.0 2022-11-23 10:55:31 +00:00
postcss.config.js Add next-auth 2022-11-13 19:37:29 +00:00
README.md Update readme 2022-11-19 10:49:12 +00:00
tailwind.config.js Add next-auth 2022-11-13 19:37:29 +00:00
yarn.lock Bump next-auth from 4.16.4 to 4.17.0 2022-11-23 10:55:31 +00:00

Imageify

Build Status

Your new open-source ShareX image host!

Setup

  • Download the git repo git clone https://github.com/RealFascinated/imageify.git

  • Cd into the new directory cd imageify

  • Rename the example env mv .env-example .env

  • Update the env file to your needs nano .env

  • Start the server docker compose up -d

  • Create an admin account

  • Visit the website http://SERVERIP:3000

How to create an admin account (NOT DONE)

  • Run docker exec -it imageify-server npm run cli user add admin@example.com
  • You will get a password returned and you can now login to you admin account. (Please note that you should change this password)

Todo

  • Add more comments to the code
  • Create the home page
  • Create the dashboard (for users)
  • Create the admin panel (to manage the instance)