Input

A privacy-focused, no-code, open-source form builder designed for simplicity and brand consistency.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.2'
 
services:
    input:
      image: ghcr.io/deck9/input:main
      volumes:
        - input-data:/var/www/html/storage
      ports:
        - 8080:8080
      restart: unless-stopped
      environment:
        - APP_URL="https://<hostname>:8080"
        - APP_KEY="<your-app-key>"
        - DB_CONNECTION="sqlite"
        - SESSION_DRIVER="file"
        - CACHE_DRIVER="file"

Resources

Website: https://getinput.co/

GitHub: https://github.com/deck9/input

Docker Hub: https://github.com/deck9/input/pkgs/container/input

Configuration: https://github.com/deck9/input#production-deployment