https://github.com/simsso/online-tools
Webpage offering a wide range of online tools
https://github.com/simsso/online-tools
interpolation math mathematics tools
Last synced: 6 months ago
JSON representation
Webpage offering a wide range of online tools
- Host: GitHub
- URL: https://github.com/simsso/online-tools
- Owner: Simsso
- License: mit
- Created: 2015-12-16T10:53:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T16:37:46.000Z (about 2 years ago)
- Last Synced: 2025-04-24T08:57:49.883Z (11 months ago)
- Topics: interpolation, math, mathematics, tools
- Language: PHP
- Homepage: https://tools.timodenk.com
- Size: 974 KB
- Stars: 68
- Watchers: 5
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online-Tools
This project is hosted at http://tools.timodenk.com
It is a collection of web tools, such as morse to text converters, interpolation tools, hash function evaluation, to name a few.
## Run Locally
It can be started locally using [Docker](https://www.docker.com/):
```
git clone https://github.com/Simsso/Online-Tools online-tools
cd online-tools
docker-compose build
docker-compose up
```
`docker-compose` starts an nginx container (`toolstimodenkcom_nginx_1`) that acts as a reverse proxy for the PHP FPM container (`toolstimodenkcom_fpm_1`). After startup the page is available at http://localhost:80. Note that a few tools rely on external services (which may not be available).
If you have a reverse proxy in-place and want to use the webpage solely with the PHP container, make sure to add the [nginx configuration](/conf/nginx/default.conf) block into your configuration. It will enable nicer URLs, such as http://localhost/digit-span-test rather than http://localhost/?p=digit-span-test.