{"id":22750328,"url":"https://github.com/webix-hub/docmanager-go","last_synced_at":"2025-10-18T09:18:07.698Z","repository":{"id":146867679,"uuid":"257882384","full_name":"webix-hub/docmanager-go","owner":"webix-hub","description":"Backed for Webix Document Manager","archived":false,"fork":false,"pushed_at":"2022-11-09T11:57:51.000Z","size":364,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T06:25:00.786Z","etag":null,"topics":["webix","webix-backend","webix-filemanager"],"latest_commit_sha":null,"homepage":"https://webix.com","language":"Go","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/webix-hub.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":"2020-04-22T11:34:37.000Z","updated_at":"2023-09-10T03:05:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4afab7a3-cdb0-4a89-b4ea-3395084cac9f","html_url":"https://github.com/webix-hub/docmanager-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webix-hub/docmanager-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fdocmanager-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fdocmanager-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fdocmanager-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fdocmanager-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webix-hub","download_url":"https://codeload.github.com/webix-hub/docmanager-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fdocmanager-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265280691,"owners_count":23739852,"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":["webix","webix-backend","webix-filemanager"],"created_at":"2024-12-11T04:14:00.823Z","updated_at":"2025-10-18T09:18:02.666Z","avatar_url":"https://github.com/webix-hub.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Backed for Webix Document Manager\n==================\n\n### How to start\n\n- create db\n- create config.yml with DB access config\n\n```yaml\ndb:\n  host: localhost\n  port: 3306\n  user: root\n  password: 1\n  database: files\n```\n\n- start the backend\n\n```shell script\ngo build\n./wfs-ls -data path/to/file/storage\n```\n\n#### Readonly mode\n\n```shell script\n./wfs-ls -readonly -data path/to/file/storage\n```\n\n#### Set upload limit\n\n```shell script\n./wfs-ls -upload 50000000 -data path/to/file/storage\n```\n\n#### Use external preview generator\n\n```shell script\n./wfs-ls -preview http://localhost:3201 -data path/to/file/storage\n```\n\n#### Other ways of configuration\n\n- config.yml in the app's folder\n\n```yaml\nuploadlimit: 10000000\nroot: ./\nport: 80\nreadonly: false\npreview: \"\"\n```\n\n- env vars\n\n```shell script\nAPP_ROOT=/files APP_UPLOADLIMIT=300000 wfs-ls\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebix-hub%2Fdocmanager-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebix-hub%2Fdocmanager-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebix-hub%2Fdocmanager-go/lists"}