bisd-device-checkin-server

command module
v2.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 12 Imported by: 0

README

Info

This is the back end server for bisd-device-checkin-client, a small portal to assist in device pickup at Bullard ISD.

Install

go get github.com/korylprince/bisd-device-checkin-server

Create a MySQL database with model.sql. (This matches pyInventory.)

Configuration

INVENTORY_SESSIONEXPIRATION="15" #in minutes
INVENTORY_LDAPSERVER="ad1.example.com"
INVENTORY_LDAPPORT="389"
INVENTORY_LDAPBASEDN="OU=base,DC=example,DC=com"
INVENTORY_LDAPGROUP="Admin Group"
INVENTORY_LDAPSECURITY="starttls"
INVENTORY_SQLDRIVER="mysql"
INVENTORY_SQLDSN="username:password@tcp(server:3306)/database?parseTime=true"
INVENTORY_LISTENADDR=":8080"
INVENTORY_PREFIX="/inventory" #URL prefix
INVENTORY_DEBUG="false"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ad
db
sql

Jump to

Keyboard shortcuts

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