Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .env.example

This file was deleted.

10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* text=auto eol=lf

*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

.gitignore export-ignore
docs export-ignore
.readthedocs.yaml export-ignore
.gitattributes export-ignore
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.idea
.env
.env
*~
Local
*.txt
!docs/requirements.txt
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

build:
os: ubuntu-24.04
tools:
python: "3.13"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py

formats:
- pdf
- epub

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 A. B. M. Mahmudul Hasan
Copyright (c) 2024 Infocyph

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 3 additions & 4 deletions README.md → README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ This project provides easy to use docker based development environment for your
can be enabled based on Environment file (.env)! Supports multiple domains.

>1. This is for local development only!
>2. Don't state both apache & nginx in COMPOSE_PROFILES.
>3. Domain(s) should be available in the hosts file `<your_ip> <your_domain>`.
>2. Domain(s) should be available in the hosts file `<your_ip> <your_domain>` or DNS propageted to your host unless the TLD is localhost (*.localhost).

## Prerequisites (Docker)
Install docker on your system first. If you already have docker installed, you can skip this step.
- To install on Linux, it is recommended to use [Docker Engine](https://docs.docker.com/engine/install/).
- To install on other OS, use [Docker Desktop](https://docs.docker.com/desktop/) (although you can also install this on linux as well).
- It is recommended to use [Docker Engine](https://docs.docker.com/engine/install/).
- If Docker Engine not supported in your OS, use [Docker Desktop](https://docs.docker.com/desktop/) (although you can also install this on linux as well).

## The directory structure

Expand Down
4 changes: 0 additions & 4 deletions bin/cert

This file was deleted.

4 changes: 0 additions & 4 deletions bin/cert.bat

This file was deleted.

Loading