{"id":17949966,"url":"https://github.com/noook/musti","last_synced_at":"2025-04-03T15:43:41.304Z","repository":{"id":123779379,"uuid":"115867519","full_name":"noook/musti","owner":"noook","description":"Filer","archived":false,"fork":false,"pushed_at":"2018-01-24T10:06:36.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T04:28:00.065Z","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":"2017-12-31T14:28:25.000Z","updated_at":"2018-01-14T22:17:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"df29119f-3240-4e1c-ac58-42d8c69e74fa","html_url":"https://github.com/noook/musti","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/noook%2Fmusti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fmusti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fmusti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fmusti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noook","download_url":"https://codeload.github.com/noook/musti/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247031340,"owners_count":20872285,"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-10-29T09:36:03.585Z","updated_at":"2025-04-03T15:43:41.277Z","avatar_url":"https://github.com/noook.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# musti\n\nThere is currently a live demo available at : http://musti.keepthis4.me\n\n## Database\n\nMake sure you replace the credentials in `init.php` with yours, so queries can work.\n\n```php\n$link = mysqli_connect('host', 'username', 'passsword', 'database');\n```\nor\n```php\n$host = 'host';\n$username = 'username';\n$password = 'password';\n$database = 'database';\n$link = mysqli_connect($host, $username, $password, $database);\n```\n\n## Users\nNew users will have their directory named after their username in the directory `users`.\n\n```\nusers/\n├── .htaccess\n└── johndoe\n    ├── corgi.jpg\n    └── Sujet_Filer.pdf\n```\n\nTo try the platform, you can log in with the following credentials :\n\nusername : `johndoe`\n\npassword : `corgibutt`\n\n\nOtherwise, you can simply create a new account by registering.\n\n## Directories access\nin the directory `users/` there is a `.htaccess` (Apache) that will prevent any user, logged in or not to download or display in the browser any file that doesn't belong to him. It will return a 403 Forbiden error instead.\n\n## Password resetting with mail\nPasswords can be reset thanks to the library Phpmailer. You shouldn't have to install it, as I inserted everything required in this repository. However, if you need to install it, do it at the root of the repository by using the command `composer require phpmailer/phpmailer`\n\nEdit your credentials in the lostpassword.php file to put yours, so it will work with your email address. Otherwise, it should work with mine for the moment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoook%2Fmusti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoook%2Fmusti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoook%2Fmusti/lists"}