This will be the repo where anyone in the world can pull a version of the Off-Grid-Docs web app and use it to have all of your favorite documents, videos, text files etc and will work on ANY device using Docker, develop it to their needs. See more in the README file.
NOTE!! - All PDF's, videos etc provided was sourced from the Internet. (OSINT). Not for resales, owners Rights Are Reserved.
WIKI: https://github.com/cjcombsMedia/Off-Grid-Docs-Public/wiki/Off-Grid-Docs-WIKI
But you can certainly buy me a coffee if you feel this was helpful! - https://buymeacoffee.com/elevateyourskills
This project is an off grid documentation/video/text management app built with HTML, PHP and Docker. It includes categories for different survival topics, file uploads, and dark mode support.
- Docker
- Docker Compose
LAMP (Linux) Web Version Info: The Linux Standalone version (Works on Raspberry PI's, NVIDIA Jetsons, Linux Mint, etc.) is in the "LAMP Version - NON-Docker" folder. Some modification MIGHT be needed once you load into your standard LAMP setup. There is NO Hybrid Database yet. To test, check code, run locally with no Internet.
=======================================
Ensure Docker and Docker Compose are Installed: Make sure that Docker and Docker Compose are installed on the user's machine. Users can download and install Docker from Docker's official website. https://www.docker.com/
Create Necessary Files: Ensure that the provided Dockerfile and docker-compose.yaml are placed in the root directory of your project.
Run the Docker Compose Command: Users can deploy the application by navigating to the root directory of your project and running the following command:
docker-compose up --build
This command will:
Build the Docker image from the Dockerfile. Start the Docker container and map port 80 of the container to port 8081 on the host machine.
TBD
TBD