{"id":23498001,"url":"https://github.com/freedomben/slack_proxy3","last_synced_at":"2025-04-22T19:28:59.351Z","repository":{"id":69605466,"uuid":"140048997","full_name":"FreedomBen/slack_proxy3","owner":"FreedomBen","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-11T02:41:23.000Z","size":134,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T14:59:13.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/FreedomBen.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":"2018-07-07T03:17:15.000Z","updated_at":"2022-12-13T09:40:03.000Z","dependencies_parsed_at":"2023-05-31T12:48:29.390Z","dependency_job_id":null,"html_url":"https://github.com/FreedomBen/slack_proxy3","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/FreedomBen%2Fslack_proxy3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fslack_proxy3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fslack_proxy3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fslack_proxy3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/slack_proxy3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250307812,"owners_count":21409149,"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-12-25T05:17:49.506Z","updated_at":"2025-04-22T19:28:59.343Z","avatar_url":"https://github.com/FreedomBen.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlackProxy\n\n## Developing\n\n### Starting postgres\n\nStart up postgres.  There's a script to make it easy for you, but you can use whatever you want if you prefer something else.  Just update the username/password in `config/dev.exs`)\n\n```sh\n./scripts/start-postgres.sh\n```\n\nIf you would like a `psql` prompt on that database, use the script:\n\n```sh\n./scripts/psql.sh\n```\n\n### Seeding your first user\n\n  * Install dependencies with `mix deps.get`\n  * Edit `priv/repo/seeds.exs` with data you prefer\n  * Run it with `mix run priv/repo/seeds.exs`\n\n### Starting the server\n\nTo start your Phoenix server:\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  * Install Node.js dependencies with `cd assets \u0026\u0026 npm install`\n  * Start Phoenix endpoint with `mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\nReady to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).\n\n## Learn more\n\n  * Official website: http://www.phoenixframework.org/\n  * Guides: http://phoenixframework.org/docs/overview\n  * Docs: https://hexdocs.pm/phoenix\n  * Mailing list: http://groups.google.com/group/phoenix-talk\n  * Source: https://github.com/phoenixframework/phoenix\n\n\n## Resources\n\nPages are server-side rendered using eex (embedded elixir).  Sessions are stored in cookies browser side.  Only admins can change things and create users.  Non admins can view things.\n\n### Users\n\n```\nname:\nusername:\nis_admin: only admins can change things, and add new users\n```\n\n### Credentials\n\n```\nemail:\npassword: (Virtual, doesn't get saved.  gets hashed and savedi n password_hash)\nuser_id: to tie to the user\n```\n\n### Sessions\n\nNo db table.  These live in cookies inside the browser.\n\n### Build Proxies\n\n```\navatar: Avatar to post to slack with\nchannel: Channel to post to\nusername: username to post with\nservice_base_url: used for generating links to the merge request\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fslack_proxy3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Fslack_proxy3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fslack_proxy3/lists"}