{"id":17348374,"url":"https://github.com/jmervine/unstick","last_synced_at":"2025-07-29T18:07:13.934Z","repository":{"id":146062849,"uuid":"184706057","full_name":"jmervine/unstick","owner":"jmervine","description":"Simple HTTP Listener that removes a cookie and redirects, or not.","archived":false,"fork":false,"pushed_at":"2019-05-03T21:30:33.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T09:55:15.201Z","etag":null,"topics":["cookies","golang","http","redirect"],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/jmervine.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-03T06:01:30.000Z","updated_at":"2024-06-19T11:05:44.195Z","dependencies_parsed_at":null,"dependency_job_id":"4e99bb48-ecd0-414e-b8db-ad217b42e719","html_url":"https://github.com/jmervine/unstick","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/jmervine%2Funstick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmervine%2Funstick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmervine%2Funstick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmervine%2Funstick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmervine","download_url":"https://codeload.github.com/jmervine/unstick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245840433,"owners_count":20681161,"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":["cookies","golang","http","redirect"],"created_at":"2024-10-15T16:52:11.013Z","updated_at":"2025-03-27T11:40:33.004Z","avatar_url":"https://github.com/jmervine.png","language":"HCL","readme":"# Unstick\n\nSimple HTTP Listener that removes a cookie and redirects, or not.\n\n## Configs\n\nAll configurations are set via envrionment variables.\n\n env var      | description                                        | default   | required\n ---          | ---                                                | ---       | ---\n COOKIE\\_NAME | Semicolon seperated list of cookies to be deleted. | none      | yes\n REDIRECT     | The target location for redirection.               | none      | no\n PORT         | Port to listen on.                                 | 8000      | no\n BIND         | The bind address.                                  | 127.0.0.1 | no\n USE\\_SSL     | Enable SSL Handling.                               | false     | no\n SERVER\\_KEY  | SSL server.key file path. Requires USE\\_SSL=true.  | none      | no\n SERVER\\_CRT  | SSL server.crt file path. Requires USE\\_SSL=true.  | none      | no\n DEBUG        | Enable debug messages.                             | false     | no\n\n## Docker examples\n\n```\ndocker run -e COOKIE_NAME=SESSION_AFFINITY jmervine/unstick:latest\n```\n\n**With SSL**\n```\n# Default self signed certs\ndocker run -e COOKIE_NAME=SESSION_AFFINITY -e USE_SSL=true -e PORT=443 jmervine/unstick:latest\n\n# Custom certs\ndocker run -e COOKIE_NAME=SESSION_AFFINITY -e USE_SSL=true -e PORT=443 \\\n    -e SERVER_KEY=/usr/share/ssl/server.key -e SERVER_CRT=/usr/sahre/ssl/server.crt \\\n    -v /path/to/ssl:/usr/share/ssl \\\n    jmervine/unstick:latest\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmervine%2Funstick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmervine%2Funstick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmervine%2Funstick/lists"}