irony / flarum-ext-github-upload
The file upload extension for the Flarum forum with github upload
Installs: 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.8
- milo/github-api: ^1.4.6
This package is auto-updated.
Last update: 2021-03-25 14:12:20 UTC
README
An extension that upload file to github, which supports auto embedding images and videos
Features
- video and audio bbcode
[audio][/audio]
[video][/video]
- keep local files
Installation
for beta 15 and latter
composer require irony/flarum-ext-github-upload:dev-master
Notice
Flarum is beautiful, but I don't use it anymore, and it changes so often that it's difficult to maintain plug-ins
if not work, check database table irony_github_files
if not found column name
and path
in irony_github_files
alter table irony_github_files add column name varchar(255) default null;
alter table irony_github_files add column path varchar(255) default null;
thanks for FriendsOfFlarum/upload
- It's best not to use it with a
fof/upload