{"id":23008740,"url":"https://github.com/f12-lab/self-hosting-with-ionos","last_synced_at":"2026-04-09T01:31:25.472Z","repository":{"id":261802586,"uuid":"884434125","full_name":"f12-lab/self-hosting-with-ionos","owner":"f12-lab","description":"Automated deployment of an nginx web server, with docker. With some tools: URL shortener, rtmp server and FTG proyect inferno","archived":false,"fork":false,"pushed_at":"2026-02-04T11:17:40.000Z","size":172714,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-04T23:41:47.156Z","etag":null,"topics":["bash","docker","docker-compose","grafana","nginx","php","prometheus"],"latest_commit_sha":null,"homepage":"https://fondomarcador.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f12-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-06T18:38:16.000Z","updated_at":"2026-02-04T11:17:43.000Z","dependencies_parsed_at":"2024-11-25T19:33:34.203Z","dependency_job_id":"e4b1ddaa-58af-4a02-a737-77b41cb01f56","html_url":"https://github.com/f12-lab/self-hosting-with-ionos","commit_stats":null,"previous_names":["m-l56/self-hosting-with-ionos","f12-lab/self-hosting-with-ionos"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/f12-lab/self-hosting-with-ionos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f12-lab%2Fself-hosting-with-ionos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f12-lab%2Fself-hosting-with-ionos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f12-lab%2Fself-hosting-with-ionos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f12-lab%2Fself-hosting-with-ionos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f12-lab","download_url":"https://codeload.github.com/f12-lab/self-hosting-with-ionos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f12-lab%2Fself-hosting-with-ionos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","docker","docker-compose","grafana","nginx","php","prometheus"],"created_at":"2024-12-15T09:10:18.524Z","updated_at":"2026-04-09T01:31:25.457Z","avatar_url":"https://github.com/f12-lab.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Self hosting with IONOS\n\n\u003e [!IMPORTANT]  \n\u003e This Readme is under construction\n\n ## Visit other Readme files:\n\n- [TelegramBot](./scripts/telegramBot/README.md)\n- [Icecast](./config/icecast/README.md)\n\n\u003c!-- # Self hosting with IONOS\n\nWelcome to the **Fondomarcador.com**! This repository contains the infrastructure and configurations for setting up a web server and its associated tools. The primary goal of this project is to deploy a robust and functional environment with features like dynamic DNS, SSL certificates, monitoring, and a URL shortener application, using vagrant and ansible.\n\n## Features\n\n- **Dynamic DNS**: Automates the process of updating DNS records with current IP addresses.\n- **SSL Certificates**: Secure your domain with SSL certificates.\n- **Monitoring**: Preconfigured Grafana dashboards for server status and performance.\n- **URL Shortener**: A simple yet powerful URL shortener application.\n- **Custom Error Pages**: Includes tailored 401 and 404 error pages.\n- **Apache Web Server**: Configured to host multiple sites with SSL support.\n\n---\n\n## Repository Structure\n\nHere’s an overview of the repository structure:\n\n```plaintext\n├── ansible\n│   ├── hosts\n│   ├── sites.yml\n│   └── tasks\n│       ├── apache.yml\n│       ├── dynamic_ip.yml\n│       ├── monitoring.yml\n│       ├── ssl.yml\n│       └── webpages.yml\n├── apache2\n│   ├── apache2.conf\n│   ├── fondomarcador.conf\n│   └── webpages\n│       ├── index.html\n│       ├── logo.png\n│       ├── README.md\n│       ├── admin\n│       │   ├── admin.html\n│       │   └── image.png\n│       ├── CSS\n│       │   ├── admin.css\n│       │   ├── errors.css\n│       │   ├── index.css\n│       │   └── shortener.css\n│       ├── errors\n│       │   ├── 401.html\n│       │   └── 404.php\n│       └── shortener\n│           ├── get_long_url.sh\n│           ├── get_url.sh\n│           ├── index.php\n│           └── post_txt.sh\n├── scripts\n│   ├── DDNS-cronjob\n│   ├── DynDNS.sh\n│   └── grafana\n│       ├── apache_exporter.service\n│       ├── dashboard.json\n│       ├── dashboard.yml\n│       ├── datasources.yml\n│       ├── grafana.ini\n│       └── prometheus.yml\n```\n\n\u003e Each folder will contain a specific `README.md` file for detailed explanations. Navigate to the folder and open the respective README for more details.\n\n---\n\n## Getting Started\n\nFollow these steps to set up the environment on your machine:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/f12-lab/self-hosting-with-ionos\n   cd self-hosting-with-ionos\n   ```\n\n2. Install the required tools:\n   - Vagrant\n   - Ansible\n   - VirtualBox\n\n3. Start the Vagrant environment:\n   ```bash\n   vagrant up\n   ```\n\n4. Access the web server via the IP or domain configured.\n\n---\n\n## Folder Details\n\n### ansible\nIncludes Ansible playbooks for provisioning the server.\n\n[More Details](./ansible/)\n\n### apache2\nHolds Apache configuration files, hosted webpages, details of the URL shortener functionality, and server performance test results.\n\n[More Details](./apache2/)\n\n### scripts\nAutomation scripts for dynamic DNS, monitoring, and more. Includes preconfigured Grafana settings:\n- **Dashboards**: Visualize Apache metrics like requests per second, server status, and response times.\n- **Prometheus Integration**: Collects and stores metrics for efficient monitoring.\n- **Exporters**: Configured `apache_exporter` to gather data directly from the web server.\n\n[More Details](./scripts/)\n\n---\n\n## Opening Ports\n\nInside your router, you need to open ports 80 (HTTP) and 443 (HTTPS) to ensure proper server access and SSL configuration.\n\n![ports image in router](https://github.com/M-L56/self-hosting-with-ionos/blob/12529c1b2710c5347e13eb959e802d787af783f8/images/ports.png)\n\n---\n\n## Contributions\n\nFeel free to contribute to this project. Submit a pull request or open an issue for suggestions and improvements.\n\n---\n\n## License\n\nThis project is licensed under the GNU GPLv3 License. See the [LICENSE](./LICENSE) file for details.\n\n---\n\n## Contact\n\nFor any questions, reach out at [malutrab63@gmail.com](mailto:malutrab63@gmail.com). --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff12-lab%2Fself-hosting-with-ionos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff12-lab%2Fself-hosting-with-ionos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff12-lab%2Fself-hosting-with-ionos/lists"}