{"id":28325886,"url":"https://github.com/ixoncloud/edge-app-plc-settings-backups","last_synced_at":"2025-09-06T04:34:21.583Z","repository":{"id":294653590,"uuid":"869456508","full_name":"ixoncloud/edge-app-plc-settings-backups","owner":"ixoncloud","description":"Edge App - PLC Settings Backups for SecureEdge Pro","archived":false,"fork":false,"pushed_at":"2025-05-21T11:58:26.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T04:39:57.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.ixon.cloud/en/apps/plc-settings-backups","language":"CSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ixoncloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-08T10:26:07.000Z","updated_at":"2025-05-21T11:58:29.000Z","dependencies_parsed_at":"2025-05-21T12:50:43.138Z","dependency_job_id":"0e3cf52b-d2e1-44f2-ab70-f3f2014389e4","html_url":"https://github.com/ixoncloud/edge-app-plc-settings-backups","commit_stats":null,"previous_names":["ixoncloud/edge-app-plc-settings-backups"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ixoncloud/edge-app-plc-settings-backups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-plc-settings-backups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-plc-settings-backups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-plc-settings-backups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-plc-settings-backups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ixoncloud","download_url":"https://codeload.github.com/ixoncloud/edge-app-plc-settings-backups/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-plc-settings-backups/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273858718,"owners_count":25180766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-25T22:08:52.297Z","updated_at":"2025-09-06T04:34:21.557Z","avatar_url":"https://github.com/ixoncloud.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge App - PLC Settings Backups for SecureEdge Pro\n\nThis project showcases how to use FTP to back up machine configurations from any FTP server (e.g., on a PLC) to the IXON SecureEdge Pro device. The provided FTP server container is included for demonstration purposes; in production environments, an FTP server on the machine should be used instead.\n\n## Local Development\n\ndocker-compose.yml is provided for local development.\n\n## Application Overview\n\nThis application consists of two or three containers:\n\n1. **FTP Server** (for demonstration purposes): A simple FTP server that allows you to test the process of backing up files from an FTP server to the SecureEdge Pro. In a production environment, this container is not required, as you'd use an external FTP server on the machine itself.\n2. **Backup Service**: The core service responsible for receiving the backup files from the FTP server and storing them persistently on the SecureEdge Pro device. This container handles the actual backup process.\n3. **Backup Web UI**: A lightweight web interface that allows you to visualize and manage the stored backup files. It provides an easy way to view and download the backups stored by the Backup Service.\n\n## Steps to Deploy\n\n### Prerequisites\n\nEnsure your environment is properly set up by following this guide: [Running custom Docker applications on the SecureEdge Pro](https://support.ixon.cloud/hc/en-us/articles/14231117531420-Running-custom-Docker-applications-on-the-SecureEdge-Pro).\n\n### 1. Download and adjust to your SecureEdge Pro\n\nDownload the code of this project and change the IP address in the following files to the LAN IP address of your SecureEge Pro:\n\n- buildkitd-secure-edge-pro.toml\n- build_and_push_containers.sh\n- build_and_push_containers.cmd\n\n### 2. Build and Push the Containers\n\nEnsure you have the correct build environment configured:\n\nFor Unix-based systems:\n\n```bash\n./setup-buildx-env.sh\n```\n\nFor Windows:\n\n```cmd\nsetup-buildx-env.cmd\n```\n\nRun the script to build and push the FTP Backup containers to the SecureEdge Pro:\n\nFor Unix-based systems:\n\n```bash\n./build_and_push_containers.sh\n```\n\nFor Windows:\n\n```cmd\nbuild_and_push_containers.cmd\n```\n\n### 3. Set Up the Containers on SecureEdge Pro\n\n- Access the local web interface of the SecureEdge Pro.\n\n#### FTP Server (for demonstration purposes)\n\n- Create an `ftp-server` container using the `ftp-server` image with the following port mappings:\n\n  ```\n  Port Mapping: 20-21:20-21/tcp, 40000-40009:40000-40009/tcp\n  ```\n\n- This container is only needed for demonstration purposes. In production, use the FTP server on the machine.\n\n- Start the container\n\n- Refer to the screenshot for configuration details:  \n  ![Create Container](ftp-server/create_container.png)\n\n#### Backup Service\n\n- Create a `backup-service` container using the `backup-service` image with the following volume mappings:\n\n  ```\n  Volume: backup_data -\u003e /backup\n  ```\n\nThis ensures that backups are persistently stored.\n\n- Start the container\n\n- Refer to the screenshot for configuration details:  \n  ![Create Container](backup-service/create_container.png)\n\n#### Backup Web UI\n\n- Create a `backup-webui` container using the `backup-webui` image with the following port and volume mappings:\n\n  ```\n  Port Mapping: 8080:80/tcp\n  Volume: backup_data -\u003e /usr/local/apache2/htdocs/\n  ```\n\n- This allows you to access the Backup Web UI for managing and visualizing your backups.\n\n- Start the container\n\n- Refer to the screenshot for configuration details:  \n  ![Create Container](backup-webui/create_container.png)\n\n### 4. Access the Backup Web UI\n\n- In IXON Cloud, create an HTTP Web Server to easily access the Backup Web UI on the SecureEdge Pro.\n\n- Refer to the screenshot for configuration details:  \n  ![HTTP Server](ixon_cloud_settings/http_server_backup.png)\n\n### 5. You can now access the Backup Web UI on the SecureEdge Pro via the HTTP Web Server you created in IXON Cloud.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixoncloud%2Fedge-app-plc-settings-backups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fixoncloud%2Fedge-app-plc-settings-backups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixoncloud%2Fedge-app-plc-settings-backups/lists"}