A self-hosted image host in Python 3.6+
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

todo.md 488B

To-dos

Main

  • User
    • Registration
    • Login
    • Preferences
    • Review Images/Albums
      • incl. delete
  • Admin
    • Site preferences
  • Upload
    • Require login
  • View
    • Individual image
    • Album
    • By tag
    • By user

API

  • Login (POST)
  • Upload image (POST)
  • Create album (POST)
  • Delete image (POST)
  • Delete album (POST)
    • Orphan images or delete images
  • Fetch image (GET)
  • Fetch album (GET)
  • Fetch tag (GET)
  • Fetch user images (GET)