Dashboard component for the open-source API management platform API Umbrella.
10K+
The APInf platform offers a comprehensive tool for API management. Building on API Umbrella, it provides enhanced user interface features for API managers and consumers alike.
For API consumers APInf provides simple key management, key usage analytics and API discovery along with API documentation. Managers have simplified workflow for common tasks, such as key management, rate limiting and viewing API usage analytics.
Install Docker package for your OS
Pull the most recent docker image docker pull apinf/platform
Start APInf:
docker run -p 80:80 -e MONGO_URL=mongodb://localhost:27017/your_db -e MAIL_URL=smtp://some.mailserver.com:25 -e ROOT_URL=http://YOUR_SITE_DOMAIN apinf/platform:latest
## Building from Docker File
To build the container locally run
docker build -t apinf/platform .
## Known Issues
Please submit issues on the projects [Github](https://github.com/apinf/api-umbrella-dashboard) page.
Content type
Image
Digest
Size
248.4 MB
Last updated
over 6 years ago
docker pull apinf/platform