{"id":17949969,"url":"https://github.com/noook/intranet","last_synced_at":"2025-09-21T00:45:52.667Z","repository":{"id":92257696,"uuid":"165440167","full_name":"noook/intranet","owner":"noook","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-24T13:51:18.000Z","size":1033,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T15:48:29.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/noook.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-01-12T22:00:21.000Z","updated_at":"2019-01-24T13:51:19.000Z","dependencies_parsed_at":"2023-06-18T10:49:26.809Z","dependency_job_id":null,"html_url":"https://github.com/noook/intranet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noook/intranet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fintranet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fintranet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fintranet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fintranet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noook","download_url":"https://codeload.github.com/noook/intranet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fintranet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276179883,"owners_count":25598571,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-29T09:36:05.542Z","updated_at":"2025-09-21T00:45:52.636Z","avatar_url":"https://github.com/noook.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intranet\n\nA simple Intranet written in Vue and Symfony\n\nCheck out the live version at [https://intranet.nook.sh](https://intranet.nook.sh) !\n\n## Installation\n\n### Client\n\nGo the the `/client` folder and run `npm i` to install the dependencies, then build the project with `npm run serve`.\n\nAs the Vue app is using the history mode of the Vue Router, we have to setup our webserver to redirect all request to `index.html`. We will do it later.\n\nIf you intend to use the client locally, all request will be made to `http://intranet.ml`, so set an alias host to your machine if you need so :)\n\n### API\n\nNow go to the `/api` folder. first, be sure to edit your `.env` file or make a copy of it such as `.env.local` to extend the default one.\n\nSet `APP_ENV` to `prod` and fill in your credentials at `DATABASE_URL` like `DATABASE_URL=pgsql://username:\"password\"@127.0.0.1:5432/dbname`.\n\nOnce done, install them with `composer install`.\n\nRun `php bin/console doctrine:database:create` to create the database then `php bin/console doctrine:migrations:migrate` to make database structure compatible with our data structure.\n\nIf you need to put some data to start the app **on the first launch** (Otherwise it will crash as data will be added twice and two users can't have the same username.), you can run `php bin/console doctrine:fixtures:load --env=prod --append`.\n\n### Database\n\nI'm on Postgresql, version 10.5, I guess you can any similar version, but it works perfect on 11.1 too\n\n### Web server configuration\n\nI'm using nginx, and you can ask me at [me@neilrichter.com](mailto:me@neilrichter.com) for the webserver configuration. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoook%2Fintranet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoook%2Fintranet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoook%2Fintranet/lists"}