{"id":13515972,"url":"https://github.com/DukkhaLess/DukkhaLessServer","last_synced_at":"2025-03-31T05:31:09.292Z","repository":{"id":126082546,"uuid":"151879914","full_name":"DukkhaLess/DukkhaLessServer","owner":"DukkhaLess","description":"The backend server for the DukkhaLess service.","archived":true,"fork":false,"pushed_at":"2019-10-26T22:28:14.000Z","size":128,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-01T20:36:05.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DukkhaLess.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}},"created_at":"2018-10-06T20:41:46.000Z","updated_at":"2024-05-22T12:14:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"99169343-90bd-4cc4-b453-719043b33cb5","html_url":"https://github.com/DukkhaLess/DukkhaLessServer","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/DukkhaLess%2FDukkhaLessServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukkhaLess%2FDukkhaLessServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukkhaLess%2FDukkhaLessServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukkhaLess%2FDukkhaLessServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DukkhaLess","download_url":"https://codeload.github.com/DukkhaLess/DukkhaLessServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423527,"owners_count":20774795,"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-08-01T05:01:17.977Z","updated_at":"2025-03-31T05:31:08.874Z","avatar_url":"https://github.com/DukkhaLess.png","language":"Haskell","funding_links":[],"categories":["Apps"],"sub_categories":["Selfhosted"],"readme":"[![Build Status](https://travis-ci.org/DukkhaLess/DukkhaLessServer.svg?branch=master)](https://travis-ci.org/DukkhaLess/DukkhaLessServer)\n# DukkhaLessServer\nThe backend server for the DukkhaLess service.\n\n## Setting up your development environment\n\n### Linux (And I think mac too)\n- Install haskell-platform\n  - [Download and instructions here](https://www.haskell.org/platform/#linux-generic)\n  - Don't forget to perform additional instructions on that page, such as the PIE flag for ubuntu users.\n- Update your local package database of haskell packages\n  - `cabal update`\n- Add an environment variable to your `~/.profile`\n  - `export POSTGRES_PASSWORD=secret`\n- Source your `~/.profile` to add the variable to the current terminal window\n  - `source ~/.profile`\n- Start the docker container\n  - `sudo docker run --name DukkhalessDB -e POSTGRES_PASSWORD=$POSTGRES_PASSWORD -p 5432:5432 --restart unless-stopped -d postgres`\n- It should now be possible to run the test suite.\n  - `stack test`\n- Set up an application user for the server.\n  ```sql\n  psql -h localhost -p 5432 -U postgres -W\n  CREATE DATABASE dukkhaless;\n  CREATE USER dukkhaless WITH ENCRYPTED PASSWORD secret;\n  GRANT ALL PRIVILEGES ON DATABASE dukkhaless TO dukkhaless;\n  ALTER DATABASE dukkhaless OWNER TO dukkhaless;\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDukkhaLess%2FDukkhaLessServer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDukkhaLess%2FDukkhaLessServer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDukkhaLess%2FDukkhaLessServer/lists"}