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
dependabot[bot] d7f445bc2a
Bump next-auth from 4.17.0 to 4.18.3
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.17.0 to 4.18.3.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.17.0...next-auth@v4.18.3)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 16:14:30 +00:00
.github Create dependabot.yml 2022-11-17 08:32:59 +00:00
src Add health page 2022-12-05 01:25:47 +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.17.0 to 4.18.3 2022-12-08 16:14:30 +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.17.0 to 4.18.3 2022-12-08 16:14:30 +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)