irony/flarum-ext-github-upload

This package is abandoned and no longer maintained. No replacement package was suggested.

The file upload extension for the Flarum forum with github upload

Installs: 179

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

Type:flarum-extension

0.1.0.13 2021-03-24 13:14 UTC

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