Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.43 KB

app-enfist

Environment File Storage website with API & frontend

GitHub Release GitHub code size in bytes GitHub license

This application is intended to use within dcape project as storage for config files with web frontend. It uses apisite binary and contains only sql and html/js code.

Also this project may be considered as apisite example application which demonstrates:

  • template includes
  • API interface & docs
  • API calls from templates & javascript

Install

git clone --depth=1 --recursive https://github.com/apisite/app-enfist.git
cd app-enfist
make config
# [edit .env: set PGHOST=db and API_SITE]
make docker-db-create
make build-docker
make docker-install-poma
make -s dc CMD="run cmd make poma-create"
make up

Update from pgrpc version

insert into pers.enfist_tag select * from env.tag;

TODO

  • set/get index form fields via cookies
  • solve <nil> output in templates

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2018 Aleksei Kovrizhkin [email protected]