{"id":18512399,"url":"https://github.com/sulkmqul/reflection","last_synced_at":"2026-05-09T06:34:37.846Z","repository":{"id":242388478,"uuid":"786092289","full_name":"sulkmqul/Reflection","owner":"sulkmqul","description":"Simple data file management system","archived":false,"fork":false,"pushed_at":"2024-06-15T23:49:11.000Z","size":14258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T08:06:18.004Z","etag":null,"topics":["angular","fastapi","file-sharing","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sulkmqul.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-13T12:03:50.000Z","updated_at":"2024-06-15T21:26:05.000Z","dependencies_parsed_at":"2024-06-02T18:43:41.651Z","dependency_job_id":"c2cde914-ed66-4185-8fcb-38e1123a110f","html_url":"https://github.com/sulkmqul/Reflection","commit_stats":null,"previous_names":["sulkmqul/reflection"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sulkmqul/Reflection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulkmqul%2FReflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulkmqul%2FReflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulkmqul%2FReflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulkmqul%2FReflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulkmqul","download_url":"https://codeload.github.com/sulkmqul/Reflection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulkmqul%2FReflection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["angular","fastapi","file-sharing","sqlite3"],"created_at":"2024-11-06T15:34:02.639Z","updated_at":"2026-05-09T06:34:37.808Z","avatar_url":"https://github.com/sulkmqul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reflection\nReflectionはブラウザ上で動作するシンプルなファイル管理システムです。  \nファイルの実体およびファイルの追加情報を保持、管理を行うことができます。  \n追加カラムを登録することで任意の情報を管理できます。\n\nReflection is a simple file management application.\nIt works with a web browser.  \nYou can upload any files and add custom infomation to it files.  \nEnglish usage is last of document.\n\n\n## Usage\nそのまま実行できるようにdockerファイルおよびcomposeを用意しました。  \n以下の手順で使用可能です。\n\n\n### DcokerBuild\n以下のコマンドを実行してソースをcloneし、docker imageを作成してコンテナを起動してください。\n```\n$ git clone https://github.com/sulkmqul/Reflection\n$ cd Reflection\n$ docker compose build\n$ docker compose up\n```\n\n### Access\nwebブラウザを開き、以下のアドレスを入力します。  \n[http://localhost:8880/reflection](http://localhost:8880/reflection)\n\n\u003cimg src=\"doc/helpimg/login.png\" height=300\u003e\n\nデフォルトアカウントは以下です。\nLogin ID | password\n---|---\nadmin|#reflection \n\nログインしたら一覧が表示されます。\n\n### ユーザー追加\n\u003cimg src=\"doc/helpimg/ulist.png\" height=300\u003e\n\n以下の手順でユーザーを作成します。　　\n* Managementボタンを押します。\n* Usersタブを選択します。\n* Createボタンを押し、必要な項目を入力します。  \n\u003cimg src=\"doc/helpimg/ulist_create.png\" height=300\u003e\n* OKボタンを押して登録します。\n\n### カラム追加\n\u003cimg src=\"doc/helpimg/collist.png\" height=300\u003e  \n\n以下の手順で追加のカラムを登録します。  \n* Managementボタンを押します\n* Columnsタブを選択します。\n* Createボタンを押し、必要な項目を入力します。  \n\u003cimg src=\"doc/helpimg/collist_create.png\" height=300\u003e\n  * name:表示名\n  * type:型\n  * sort order:昇順\n  * visibled:表示可否\n* OKボタンを押して登録します。\n\n\n### ファイルアップロード\n\n\u003cimg src=\"doc/helpimg/flist.png\" height=300\u003e  \n\n以下の手順でファイルをアップロードできます。\n* Listを選択しまｓ。\n* Addボタンを押します。\n* 必要な項目を入力します。  \n  \u003cimg src=\"doc/helpimg/flist_create.png\" height=300\u003e  \n  * Additional Columnsは必須入力です。\n\n\n### 編集とファイルダウンロード\n以下の手順でアップロードしたファイルをダウンロードできます。\n* Listを選択します。\n* 一覧から対象をダブルクリックします。\n* 表示される画面よりDownloadボタンを押してファイルをダウンロードできます。  \n  \u003cimg src=\"doc/helpimg/flist_download.png\" height=300\u003e\n* OKボタンを押すと編集情報をアップロードします。\n* Deleteボタンを押すと対象を削除できます。\n\n\n## Settings\n自分で動かす時は、以下のファイルの設定値を変更してください。  \n* Server  \nsrc/server/refconfig.py\n* Client  \nsrc/client/ReflectionApp/src/assets/config.js\n\n\nworker数はdocker-compose.yamlを開いて調整してください。  \n1～4ぐらいが良いと思います。\nそれ以上の大規模なシステムの場合は別のものを使った方が良いかもしれません。\n\n\n\n\n## Build\n### server\n* Python 3.8\n  * FastAPI 0.11\n  * sqlite3\n* Uvicorn \n\n### client\n* node 20.11\n  * Angular 17.2\n  * Angular Material 17\n\n## Author \nsulkmqul  \n\n\n## LICENSE\n[WTFPL](http://www.wtfpl.net/)  \n\n\n\n## Usage in english\nI wrote dockerfile and docker compose file.  \nrun below command.\n```\n$ git clone https://github.com/sulkmqul/Reflection\n$ cd Reflection\n$ docker compose build\n$ docker compose up\n```\nOpen your web browser, and move to following URL.  \n[http://localhost:8880/reflection](http://localhost:8880/reflection)\n\nDefault account is below.  \nInput this ID when first time accesses.\nLogin ID | password\n---|---\nadmin|#reflection \n\n\u003cimg src=\"doc/helpimg/login.png\" height=300\u003e\n\n### User Add\nPush Management button and select Users tab.  \nPush Create button, you can make new user.  \n\u003cimg src=\"doc/helpimg/ulist.png\" height=300\u003e\n\n\n### Columns Add\nPush Management button and select columns tab.  \nPush Create button, you can make new columns for file list.\n\u003cimg src=\"doc/helpimg/collist.png\" height=300\u003e\n\n\n\n### File manage\nPush List button, and Add Button, you can upload new file in system.  \nDouble click list items, you can download file, and edit or delete.\n\n\u003cimg src=\"doc/helpimg/flist.png\" height=300\u003e  \n\n\n### Settings\nIf you are not using a Dockerfile, please change these files.\n* Server  \nsrc/server/refconfig.py\n* Client  \nsrc/client/ReflectionApp/src/assets/config.js\n\nif you change Uvicorn workers, change docker compose file.\nRecommend workes num 1 to 4. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulkmqul%2Freflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulkmqul%2Freflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulkmqul%2Freflection/lists"}