A self-hosted image host in Python 3.6+
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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)