{"id":16343644,"url":"https://github.com/makefu/tw-upload-plugin","last_synced_at":"2026-03-12T01:32:47.649Z","repository":{"id":138159881,"uuid":"45120406","full_name":"makefu/tw-upload-plugin","owner":"makefu","description":"restricted version of original store.php tiddly wiki upload plugin","archived":false,"fork":false,"pushed_at":"2022-01-01T22:11:22.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-27T18:46:40.771Z","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/makefu.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":"2015-10-28T15:04:24.000Z","updated_at":"2022-02-24T11:54:23.000Z","dependencies_parsed_at":"2024-07-22T16:48:12.738Z","dependency_job_id":null,"html_url":"https://github.com/makefu/tw-upload-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makefu/tw-upload-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Ftw-upload-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Ftw-upload-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Ftw-upload-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Ftw-upload-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makefu","download_url":"https://codeload.github.com/makefu/tw-upload-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Ftw-upload-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30411714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"ssl_error","status_checked_at":"2026-03-12T00:40:08.439Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11T00:25:15.025Z","updated_at":"2026-03-12T01:32:47.621Z","avatar_url":"https://github.com/makefu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiddly Wiki Upload Plugin\n\nThis is a patched version of the tiddly wiki upload plugin\n(http://tiddlywiki.tiddlyspace.com/UploadPlugin).\n\nThe original version has not been maintained for a long time and the original\nversion contained multiple directory-traversal vulnerabilities.\n\nIn addition the store.php file is configured via ini file, you do not have to\ntouch the code anymore.\n\n# Configuration\n\nENV['twconf'] contains a path to an ini file which looks like this:\n\n    [users]\n    user1 = pass1\n    user2 = pass2\n    userN = passN\n\n    [directories]\n    storedir = /path/to/wiki/store\n    backupdir = /path/to/wiki/backup\n\n\n# PHP-FPM\n\nAn FPM Pool may look like this:\n\n    [wiki]\n    user =  www-data\n    group =  www-data\n    listen = /var/run/php5-fpm.sock\n    listen.owner = www-data\n    listen.group = www-data\n    env[twconf] = /var/www/wiki/twconf.ini;\n    pm = dynamic\n    pm.max_children = 5\n    pm.start_servers = 2\n    pm.min_spare_servers = 1\n    pm.max_spare_servers = 3\n    chdir = /\n    # errors to journal\n    php_admin_value[error_log] = 'stderr'\n    php_admin_flag[log_errors] = on\n    catch_workers_output = yes\n\n# nginx config\n\n    server {\n        listen 443 ssl;\n        server_name mywiki.localhost;\n        location / {\n            root /var/www/wiki/store/;\n        }\n        location /store.php {\n            root /path/to/tw-upload-plugin/;\n            client_max_body_size 200M;\n            fastcgi_split_path_info ^(.+\\.php)(/.+)$;\n            fastcgi_pass unix:/var/run/php5-fpm.sock;\n            include fastcgi_params;\n            include fastcgi.conf;\n        }\n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakefu%2Ftw-upload-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakefu%2Ftw-upload-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakefu%2Ftw-upload-plugin/lists"}