No description
Find a file
2023-11-20 04:48:56 -05:00
.vscode Added support for Caddy healthchecks 2023-11-15 00:52:24 -05:00
app Made configurable with .env 2023-11-20 03:45:17 -05:00
components Finished adding routes 2023-11-20 03:24:48 -05:00
lib Made configurable with .env 2023-11-20 03:45:17 -05:00
public Updated navbar 2023-11-18 00:39:08 -05:00
.env.example Init 2023-11-14 05:40:54 -05:00
.eslintrc.json Initial commit from Create Next App 2023-11-14 05:10:07 -05:00
.gitignore Cleaned up utils and added new options for getting more caddy info 2023-11-14 23:17:34 -05:00
components.json Init 2023-11-14 05:40:54 -05:00
Dockerfile Made configurable with .env 2023-11-20 03:45:46 -05:00
drone.yml Started setting up auto builds 2023-11-20 03:54:13 -05:00
next.config.js Made configurable with .env 2023-11-20 03:45:17 -05:00
package.json Rough copy of edit menu 2023-11-18 07:31:36 -05:00
postcss.config.js Initial commit from Create Next App 2023-11-14 05:10:07 -05:00
README.md Updated README.md 2023-11-20 04:48:56 -05:00
tailwind.config.ts Init 2023-11-14 05:40:54 -05:00
tsconfig.json Initial commit from Create Next App 2023-11-14 05:10:07 -05:00

Caddy Reverse Proxy Web UI

This project provides a user-friendly web interface for managing a Caddy reverse proxy server. With this UI, you can easily view, add, edit, and delete routes, as well as manage user accounts. At least, thats the plan

Features

  • Dockerfile
  • View all Routes
  • Delete routes
  • Add routes
  • Edit routes

TODO

  • Authentication
  • Persistant storage

Getting Started

To build and run the project, follow these steps:

  1. Clone the repository
  2. Create a .env file
  3. Fill out required information in the .env from the .env.example
  4. Build docker image with docker build . -t caddy-ui:latest
  5. Start the development server with docker run --env-file .env -p 3000:3000 caddy-ui
  6. Open http://localhost:3000 in your browser

Technologies Used

This project is built using the following technologies:

  • React
  • Next.js
  • Tailwind CSS
  • Caddy API

Contributions

Contributions are welcome! Feel free to submit pull requests or open issues if you find any bugs or have suggestions for new features.