konbini

command module
v0.2.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

README

Konbini

A service to manage secrets for your awesome projects. You can use any software like curl or bruno to access the service because its like any other REST API.

Try Konbini CLI, the official CLI for Konbini.

Feel free to fork/clone this repository and host the service on your own server.

Table of Content

Database Setup

Make sure you have PostgreSQL (code works with v14) installed.

After installing POstgreSQL, run the followin commands to create the database and user.

Change user to postgres and connect to database server:

sudo -i -u postgres
psql

Crate a new database named konbini:

CREATE DATABASE konbini;

Create a new user named cashier:

CREATE USER cashier WITH PASSWORD 'mypassword';

Grant privileges to the user cashier:

GRANT ALL PRIVILEGES ON DATABASE konbini TO cashier;

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
templ: version: v0.2.747
templ: version: v0.2.747
All the error codes can be found here: https://www.postgresql.org/docs/current/errcodes-appendix.html
All the error codes can be found here: https://www.postgresql.org/docs/current/errcodes-appendix.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL