πŸ’Ύ Wolke API is the API behind Wolke image storage and processing aswell as user management

πŸ’Ύ Wolke API

Wolke API is the API behind Wolke image storage and processing aswell as user management

Deploying

To deploy Wolke Bot you'll need podman with rootless setup

# All Wolke services will go in this pod
$ podman pad create --name wolke

To start the database server use:

# This is where database data will be stored
$ mkdir postgresql_data
# Run a postgres container in detached mode
$ podman run --name wolke_postgres --pod wolke --rm -e POSTGRES_DB=wolke -e POSTGRES_PASSWORD=postgres -v $(pwd)/postgresql_data:/var/lib/postgresql/data:z docker.io/postgres:13-alpine

To build Wolke API main image use:

# Build Wolke API with tag latest
$ podman build -t wolke_api:latest .

To run Wolke API use:

# Run Wolke API in detached mode
$ podman run --name wolke_api --pod wolke -d wolke_api:latest

License

MIT

Owner
wolke.casa
☁️ // Wolke is an image storage and processing service
wolke.casa
Similar Resources

Open Cluster Management API

Open Cluster Management API Community, discussion, contribution, and support Getting Started Prerequisites Security Response The api repository define

Dec 23, 2022

Go client for Apptainer key storage and retrieval using HKP

Container Key Client This project provides a Go client to Apptainer for key stor

Jan 11, 2022

Generate Markdown table for starred repo for a user.

Generate Markdown table for starred repo for a user.

List of Starred Repository How this generated? Id Name Description Star Counts Topics/Tags Last Updated 1 coreutils Cross-platform Rust rewrite of the

Dec 14, 2022

User-Generated Content Articles πŸ“

πŸ“ Community Articles A library of technical articles on anything code. Written by the Codecademy community. What are Community Articles? Community ar

Oct 23, 2022

Identity & Access Management simplified and secure.

Identity & Access Management simplified and secure.

IAM Zero Identity & Access Management simplified and secure. πŸš€ Get Started | πŸ“– Support What is IAM Zero? IAM Zero detects identity and access manage

Dec 30, 2022

Dedugo - Simple duplicate image finder for golang

Dedugo Image Duplicate Finder De-duplicate in Go (get it?) Summary This simple p

Dec 27, 2022

Read the text of memes, then inject that text into the image as searchable metadata.

Read the text of memes, then inject that text into the image as searchable metadata.

Make Meme Text Searchable I have an extensive set of memes I've been collecting since the early days of Flickr. #icanhascheeseburger It's a pain in th

May 2, 2022

Abusing Discord for unlimited cloud storage

Discord Cloud Storage Abusing Discord's servers for unlimited cloud storage! So, what is this? Infamous 8MB limit for non-nitro users can get pretty a

Nov 26, 2022

Azure Data Lake Storage Account Share 9p File System

dlfs Azure storage account (data lake) v2 as a 9p file system. Fork of abfs. Written in Go. Created during the 2021 MS hackathon. Build Currently the

Oct 15, 2021
Zms - The Bhojpur ZMS is a software-as-a-service product applied in different risk management areas. It is a containment Zone Management System based on Bhojpur.NET Platform.

Bhojpur ZMS - Zone Management System The Bhojpur ZMS is a software-as-a-service product used as a Zone Management System based on Bhojpur.NET Platform

Sep 26, 2022
Pokemon Unite scoreboard HUD and extra tools running over captured game feeds using the OpenCV video processing API and Client/Server architecture.
Pokemon Unite scoreboard HUD and extra tools running over captured game feeds using the OpenCV video processing API and Client/Server architecture.

unite Pokemon Unite scoreboard HUD and extra tools running over captured game feeds using the OpenCV video processing API. Client (OBS Live) Server Ar

Dec 5, 2022
Triangula-api-server - API server for processing images with Triangula

Triangula API server Minimalistic API server that calculates and serves artistic

Jan 10, 2022
Prig is for Processing Records In Go. Like AWK, but snobbish.

Prig: the snobbish AWK Prig is for Processing Records In Go. It's like AWK, but snobbish (Go! static typing!). It's also faster to execute, and if you

Sep 20, 2022
GoBatch is a batch processing framework in Go like Spring Batch in Java
GoBatch is a batch processing framework in Go like Spring Batch in Java

GoBatch English|δΈ­ζ–‡ GoBatch is a batch processing framework in Go like Spring Batch in Java. If you are familiar with Spring Batch, you will find GoBat

Dec 25, 2022
Light JSON API for storing user ratings of NASA's Astronomy Picture of the Day (APOD).
Light JSON API for storing user ratings of NASA's Astronomy Picture of the Day (APOD).

nasa-apod-api-go Light JSON API for storing user ratings of NASA's Astronomy Picture of the Day (APOD). To run this server you must have access to a N

Oct 26, 2021
Feb 7, 2022
πŸ€– Chegg answers requested and sent by the Discord BOT to the targeted user.
πŸ€– Chegg answers requested and sent by the Discord BOT to the targeted user.

"I believe that open-source resources are a must for everyone around. Especially in the field of education. As Chegg costs some money monthly, unfortunately, not all of us are capable of to charge ourselves that cost, which ends up blocking all those valuable resources to us. That is why, I have developed this bot, which unblurs the blurred question answers and sends them to you. I will develop it to a next level in the upcoming days, whereas, it will send the images/text, answers in short, directly through the Discord server you are in, or just DM/PM."

Aug 20, 2021
Invidtui - An invidious client, which fetches data from invidious and displays a user interface in the terminal(TUI)
Invidtui - An invidious client, which fetches data from invidious and displays a user interface in the terminal(TUI)

invidtui invidtui is an invidious client, which fetches data from invidious and

Dec 27, 2022