{"id":17823294,"url":"https://github.com/purarue/glue","last_synced_at":"2025-03-18T16:30:25.847Z","repository":{"id":42515248,"uuid":"257187355","full_name":"purarue/glue","owner":"purarue","description":"source code for my website homepage/fallback web server","archived":false,"fork":false,"pushed_at":"2025-03-16T06:05:43.000Z","size":2981,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T07:19:06.715Z","etag":null,"topics":["elixir","gui","nginx","pheonix","portfolio","react","typescript"],"latest_commit_sha":null,"homepage":"https://purarue.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purarue.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}},"created_at":"2020-04-20T06:07:54.000Z","updated_at":"2025-03-16T06:05:46.000Z","dependencies_parsed_at":"2023-11-06T10:39:43.979Z","dependency_job_id":"7bbcb39b-1449-4da2-a529-e69f48d858fb","html_url":"https://github.com/purarue/glue","commit_stats":null,"previous_names":["purarue/glue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fglue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fglue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fglue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fglue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purarue","download_url":"https://codeload.github.com/purarue/glue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940058,"owners_count":20372044,"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":["elixir","gui","nginx","pheonix","portfolio","react","typescript"],"created_at":"2024-10-27T17:57:21.082Z","updated_at":"2025-03-18T16:30:25.837Z","avatar_url":"https://github.com/purarue.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Glue](https://purarue.xyz)\n\n\u003chttps://purarue.xyz\u003e\n\nActs a landing page/connects all of my projects.\n\nThe home page is a GUI interface, where each 'page' is a window, inspired by old atari/compaq machines.\n\nThe `./development_server` and `./production_server` run this locally/in prod/have a couple extra commands to help me manage approving comments for the guestbook. All run with [`supervisor`](https://github.com/Supervisor/supervisor) by some code [here](https://github.com/purarue/vps).\n\n![](./assets/screenshot.png)\n\nBefore this iteration of the design, this [sort of looked like a geocities website](https://www.cameronsworld.net/), I extracted a version out of the git history [available here](https://github.com/purarue/glue_geocities)\n\n#### Dashboard\n\nTo password protect phoenix dashboard for production; using nginx (after installing `apache2-utils`)\n\nTo generate a password:\n\n`sudo htpasswd -c /etc/nginx/.htpasswd username`\n\nTo protect the route:\n\n```\nlocation /dashboard/ {\n  # should include nginx phoenix params\n  # include /etc/nginx/pheonix_params;\n  proxy_pass http://127.0.0.1:8082/dashboard/;\n  auth_basic \"for glue dashboard!\";\n  auth_basic_user_file /etc/nginx/.htpasswd;\n}\n```\n\n### Attributions\n\nAll the pixel art except the 'save icon' is drawn by me, I found that on [gifcities](https://gifcities.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurarue%2Fglue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurarue%2Fglue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurarue%2Fglue/lists"}