{"id":21662573,"url":"https://github.com/sclafus/flaskylearn","last_synced_at":"2026-04-11T09:33:29.990Z","repository":{"id":52244281,"uuid":"346173972","full_name":"Sclafus/FlaskyLearn","owner":"Sclafus","description":"A simple web app in Flask for hosting your courses!","archived":false,"fork":false,"pushed_at":"2021-06-12T17:06:59.000Z","size":271,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"senpai","last_synced_at":"2025-06-07T06:41:14.581Z","etag":null,"topics":["css3","docker","docker-compose","dockerfile","educational-project","flask","flask-application","html5","learning","python3","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Sclafus.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}},"created_at":"2021-03-09T23:34:58.000Z","updated_at":"2021-06-12T17:07:01.000Z","dependencies_parsed_at":"2022-08-30T18:11:30.228Z","dependency_job_id":null,"html_url":"https://github.com/Sclafus/FlaskyLearn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sclafus/FlaskyLearn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sclafus%2FFlaskyLearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sclafus%2FFlaskyLearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sclafus%2FFlaskyLearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sclafus%2FFlaskyLearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sclafus","download_url":"https://codeload.github.com/Sclafus/FlaskyLearn/tar.gz/refs/heads/senpai","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sclafus%2FFlaskyLearn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264608245,"owners_count":23636691,"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":["css3","docker","docker-compose","dockerfile","educational-project","flask","flask-application","html5","learning","python3","self-hosted"],"created_at":"2024-11-25T10:17:04.002Z","updated_at":"2026-04-11T09:33:24.955Z","avatar_url":"https://github.com/Sclafus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeFactor](https://www.codefactor.io/repository/github/sclafus/flaskylearn/badge?s=28707972a0d84d5d62a586329595199834fb0240)](https://www.codefactor.io/repository/github/sclafus/flaskylearn)\n# FlaskyLearn\n\nFlaskyLearn is a web application built with Python 3 and Flask. \nThe main purpose of this application is offering a free, easy to use and simple to deploy \nweb app for all the non technical people around the world.\n\n### .env file format\n\n```.env\nSECRET_KEY=\"development\"\n\n# Database stuff\nDB_USER=\"root\"\nDB_PASSWORD=\"admin\"\nDB_HOST=\"localhost\"\nDB_PORT=3306\nDB_SCHEMA=\"flaskylearn\"\n\n#File stuff\nUPLOAD_FOLDER=\"./static/videos\"\nVIDEO_FORMATS = \"webm, mkv, flv, avi, mov, wmv, mp4, m4v, 3gp\"\n```\n\n# Installation\nDependencies:\n- MariaDB\n- Python (3.9 is recommended)\n\n## Deployment with Docker\nTODO\n\n## Standard Deployment\n1. Install MariaDB and Python using your package manager.\n\n    - For Debian/Ubuntu based distros using `apt`\n\n      `sudo apt install -y mariadb-server python` //FIX \n\n    - For Arch based distros using `pacman`\n\n      `sudo pacman -S mariadb python`\n\n    - For REHL/CentOS/Oracle Linux using `yum`\n\n      `sudo yum install -y mariadb python` //FIX\n\n2. Clone the repository\n\n    `git clone https://github.com/Sclafus/FlaskyLearn.git`\n\n3. Create a new user for your database using a strong password\n\n4. Create the database using the createDB.sql file\n\n5. Enable `mariadb.service` on startup with `systemd`\n\n6. Add a new Contributor using `addNewContributor.py`\n\n7. Start the Flask app and make sure everything is working\n\n8. Enable on startup","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclafus%2Fflaskylearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclafus%2Fflaskylearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclafus%2Fflaskylearn/lists"}