{"id":19481835,"url":"https://github.com/fossable/outpost","last_synced_at":"2025-07-22T09:34:57.451Z","repository":{"id":244687660,"uuid":"815991535","full_name":"fossable/outpost","owner":"fossable","description":"Self-host via the cloud!","archived":false,"fork":false,"pushed_at":"2024-06-30T01:41:56.000Z","size":118,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T21:40:43.123Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fossable.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2024-06-16T18:47:12.000Z","updated_at":"2025-03-06T11:50:55.000Z","dependencies_parsed_at":"2024-06-28T05:24:16.054Z","dependency_job_id":"7bd5da33-99b1-4dac-be12-da37d8a3074d","html_url":"https://github.com/fossable/outpost","commit_stats":null,"previous_names":["fossable/outpost"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/fossable/outpost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossable%2Foutpost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossable%2Foutpost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossable%2Foutpost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossable%2Foutpost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fossable","download_url":"https://codeload.github.com/fossable/outpost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossable%2Foutpost/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264465945,"owners_count":23612593,"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","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":"2024-11-10T20:06:46.331Z","updated_at":"2025-07-22T09:34:56.426Z","avatar_url":"https://github.com/fossable.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/fossable/turbine/master/.github/images/outpost-256.png\" /\u003e\n\u003c/p\u003e\n\n![License](https://img.shields.io/github/license/fossable/outpost)\n![Build](https://github.com/fossable/outpost/actions/workflows/test.yml/badge.svg)\n![GitHub repo size](https://img.shields.io/github/repo-size/fossable/outpost)\n![Stars](https://img.shields.io/github/stars/fossable/outpost?style=social)\n\u003chr\u003e\n\n**outpost** allows you to expose self-hosted web services to the Internet via\npopular cloud providers.\n\n### Cloudflare\n\nHTTP sites can be hosted with Cloudflare easily:\n\n```yml\nname: example_com\n\nservices:\n  outpost:\n    image: fossable/outpost:latest\n    depends_on:\n      - www\n    environment:\n      OUTPOST_CONFIG: |\n        {\n          \"www.example.com\": {\n            \"service\": \"www\",\n            \"provider\": \"cloudflare\",\n            \"ports\": [\"80:443\"]\n          }\n        }\n      OUTPOST_CLOUDFLARE_ORIGIN_CERT: |\n        -----BEGIN PRIVATE KEY-----\n\n  www:\n    image: httpd:latest\n```\n\n### AWS\n\n`outpost` can also use an EC2 proxy to expose any TCP/UDP port. The proxy instance\ncommunicates with the origin service via an ephemeral wireguard tunnel.\n\n```yml\nname: example_com\n\nservices:\n  outpost:\n    image: fossable/outpost:latest\n    depends_on:\n      - www\n    cap_add:\n      - NET_ADMIN\n      - SYS_MODULE\n    volumes:\n      - /lib/modules:/lib/modules\n    ports:\n      - 51820:51820/udp\n    sysctls:\n      - net.ipv4.conf.all.src_valid_mark=1\n    environment:\n      OUTPOST_CONFIG: |\n        {\n          \"www.example.com\": {\n            \"service\": \"www\",\n            \"provider\": \"aws\",\n            \"ports\": [\"80:443\"]\n          }\n        }\n      AWS_ACCESS_KEY_ID: \u003c...\u003e\n      AWS_SECRET_ACCESS_KEY: \u003c...\u003e\n\n  www:\n    image: httpd:latest\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossable%2Foutpost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffossable%2Foutpost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossable%2Foutpost/lists"}