Skip to content
/ z3.is Public

z3.is a simple NodeJS webapp with cool functionality like a pastebin, URL shortener, ShareX compatibility, and more.

License

Notifications You must be signed in to change notification settings

strellic/z3.is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z3.is

A simple NodeJS app to host my site z3.is.

Features

  • Pastebin
  • Syntax Highlighting
  • URL Shortener
  • File upload storage

Setup

  1. Clone the repository, then run npm install
  2. Run the app once using node index.js
  3. Generate a bcrypt password with a website like this like this to generate a bcrypt password for the admin dashboard.
  4. Add an entry to db.json for your username. Example:
    "users": [
        {
            "user": "ADMIN_USER",
            "pass": "BCRYPT_PASS"
        }
    ],
  1. Run the app again with node index.js, and you should now be able to navigate to /admin/ and login.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

z3.is a simple NodeJS webapp with cool functionality like a pastebin, URL shortener, ShareX compatibility, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published