Skip to content

📝 Fluentular is a Fluentd regular expression editor

License

Notifications You must be signed in to change notification settings

tomohiro/fluentular

Repository files navigation

Fluentular Heroku App LICENSE

a Fluentd regular expression editor

Docker Pulls Build Status Coverage Status Code Climate Dependabot

Fluentular Screenshot

Platforms

Heroku

Deploy

Docker

You can download and run Fluentular container from DockerHub:

$ docker pull tomohiro/fluentular:latest
$ docker run -d -p 8080:8080 tomohiro/fluentular:latest

Own build

Also you can build the app when after clone this repository:

$ cd fluentular
$ docker compose up -d
$ docker compose ps
NAME                COMMAND                  SERVICE             STATUS              PORTS
fluentular-app-1    "bundle exec rackup …"   app                 running (healthy)   0.0.0.0:8080->8080/tcp

Acknowledgment

LICENSE

© 2012 - 2023 Tomohiro Taira.

This project licensed under the MIT license. See LICENSE for details.