I think we might need a separate file repository outside the standard MyBB mechanism (MyBB streams all attachments using a separate PHP process!!!!)
Implementation-wise, the easiest way is:
- create a directory tree on the webserver
- upload big files (e.g. videos, audios, etc) in that directory structure
- use either MyBB tags or auto-embedding to insert the direct links into posts
The result:
- no dependency on PHP/MyBB/authentication
- maximum performance
- minimum CPU/RAM load
- best search engine indexing
Looks easy and simple (and it is), but everything must be done by myself. For example:
- someone uploads a file
- I download it
- I remove it from the post
- I rename it and upload it into a specific directory
- I edit the post and insert the direct link
Any ideas how to automate it?
Implementation-wise, the easiest way is:
- create a directory tree on the webserver
- upload big files (e.g. videos, audios, etc) in that directory structure
- use either MyBB tags or auto-embedding to insert the direct links into posts
The result:
- no dependency on PHP/MyBB/authentication
- maximum performance
- minimum CPU/RAM load
- best search engine indexing
Looks easy and simple (and it is), but everything must be done by myself. For example:
- someone uploads a file
- I download it
- I remove it from the post
- I rename it and upload it into a specific directory
- I edit the post and insert the direct link
Any ideas how to automate it?
