Amoops is a personal image collection server that functions like Gelbooru. With Amoops, you can curate and organize your own collection of images of various kinds, and you have the flexibility to add tags to each image. Please note that it is currently in a pre-alpha stage, so expect potential issues and limitations. Nevertheless, it works seamlessly offline and is entirely free to use.
-
Golang: Amoops utilizes Golang, along with the Echo web framework, for server-side development. Golang is a robust and efficient programming language, and the Echo framework ensures the server's performance and reliability.
-
JavaScript (JS): JavaScript is employed for client-side scripting, enhancing the user experience by enabling dynamic and interactive features.
-
HTML: HTML (Hypertext Markup Language) is used to structure the content of web pages, ensuring a well-organized and accessible user interface.
-
CSS: Cascading Style Sheets (CSS) are responsible for the visual design and layout of the website, making it visually appealing and user-friendly.
-
Q: Can it be used as a collection of adult content images?
- A: Yes.
-
Q: Is there a app to access to the server?
- A: No, however, you can use WebClip instead; it works perfectly fine.
-
Q: Can I add new tag names directly in the app?
- A: As of October 25, 2023, you can't add new tags directly in the app, but you can modify the tags.json file instead.
⚠️ Before proceeding, make sure you have the "Go" package installed on your distribution if you are on Linux. You can download and install Go from the official website or use your distribution's package manager to install it.
$ git clone https://github.com/MignonPetitXelow/Amoops.git ; cd Amoops
$ go mod tidy
$ make
$ ./amoops
notes: localhost:1024
.