No description
Find a file
2022-09-06 10:01:06 +02:00
app change phone number 2022-05-19 11:16:38 +02:00
config changed to alpine linux, with healthcheck 2022-03-07 14:27:37 +01:00
.drone.yml add drone support 2022-09-06 10:01:06 +02:00
docker-compose.example.yml dockerize setup 2021-11-08 17:23:33 +01:00
Dockerfile remove deprecated php symbolic link 2022-06-15 15:06:22 +02:00
LICENSE dockerize setup 2021-11-08 17:23:33 +01:00
README.md dockerize setup 2021-11-08 17:23:33 +01:00

refund-form

Description

This ist our refund-form for expenses of our members. A small dockerized app, written in php.

Usage

Please use this as a starting point:

  • clone the repository and run docker-compose -f docker-compose.example.yml up -d and the app spawns public on port 8033

Please run this example only in your own Network. There are more useful setups, for example behind a reverse proxy, like traefik

License

The MIT License (MIT)

Copyright © 2021 angestöpselt e.V.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.