{"id":20099975,"url":"https://github.com/aligoren/netenv","last_synced_at":"2026-01-03T07:00:22.710Z","repository":{"id":44412411,"uuid":"512422886","full_name":"aligoren/netenv","owner":"aligoren","description":"A simple, network-based environment variable loader.","archived":false,"fork":false,"pushed_at":"2022-07-11T13:20:58.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T21:42:55.172Z","etag":null,"topics":["dotenv","dotenv-loader","golang","golang-library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aligoren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-10T11:57:27.000Z","updated_at":"2024-07-16T09:21:38.000Z","dependencies_parsed_at":"2022-08-24T14:37:13.300Z","dependency_job_id":null,"html_url":"https://github.com/aligoren/netenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligoren%2Fnetenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligoren%2Fnetenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligoren%2Fnetenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligoren%2Fnetenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aligoren","download_url":"https://codeload.github.com/aligoren/netenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244031035,"owners_count":20386534,"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":["dotenv","dotenv-loader","golang","golang-library"],"created_at":"2024-11-13T17:13:48.498Z","updated_at":"2026-01-03T07:00:17.666Z","avatar_url":"https://github.com/aligoren.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Netenv\n\nThis is a project to get environment variables from the network.\n\n## Description\n\nWhen you need to make your environment variables public for your network, you have to share them with everyone. You can share your .env files through the network using Netenv.\n\nYou only need to listen to TCP with some arguments\n\n## Simple Output\n```json\n{name:ali}${MYSQL_USERNAME:admin}${TEST:false}\n```\n\n## Example netenv File\n\n```yaml\nglobal:\n  addr: \":8080\"\n  auth:\n    enabled: true # set this true if you want to use authentication\n    username: admin\n    password: admin\n    iplist:\n      - 0.0.0.0\n      - 127.0.0.1\n\nenvfiles:\n  project1:\n    default: dev\n    environments:\n      dev:\n        path: /home/ali/pyt/test.env\n        excludes:\n          - MYSQL_USERNAME\n  project2:\n    default: dev\n    environments:\n      dev:\n        path: /home/ali/pyt/project2_dev.env\n      stage:\n        path: /home/ali/pyt/project2_stage.env\n      prod:\n        path: /home/ali/pyt/project2_prod.env\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligoren%2Fnetenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faligoren%2Fnetenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligoren%2Fnetenv/lists"}