https://github.com/mickael-kerjean/filestash
https://github.com/mickael-kerjean/filestash/blob/master/docker/Dockerfile
Would love to have this on Cloudron.
Although in Alpha, they claim it is in use by a large stock brokerage farm. Also have an sample docker-compose.
https://github.com/knadh/listmonk
https://github.com/knadh/listmonk/blob/master/docker-compose.yml
@pratik how important is this extension or where you just trying things out?
TLDR:- Need it to access it from mobile.
I use Palabre Android client to read RSS on mobile, since the UI is pretty and they have a working plugin for ttrss. Have been using Tiny Tiny RSS server for a while and was never happy with it. UI is messed up when using Firefox Tracking blocking. Even on Chrome it is not very legible.
On FressRSS, everything is great on browser. Love the UI and the speed is awesome. But, all the recommended apps for Android have features missing that I really need - mostly lack of a decent widget.
So, FressRSS with support for Tiny Tiny RSS API is the best possible combination for me.
I get this error while trying to install Bookstack.
An error occurred during the install operation: no such container: (HTTP code 404) no such container - No such image: cloudron/com.bookstackapp.cloudronapp:20191211-041817-2574e2dba
Is the image being reuploaded?
@murgero For Nextcloud you would need your HDD space on the server which is hosting it. Filestash on the other hand is like a frontend to Amazon S3, Dropbox, etc.
Demo here
Of course we would need this login screen itself to be behind Cloudron SSO
I'm a lot more interested since it is written in Golang which makes it super lightweight.
@nebulon No, I click on Pay button on the invoice page absolutely nothing happens on the page. But I do receive an email saying payment failed. So it does not take me to a place where I can enter 2fa
@arshsahzad Can you please explain that a bit further?
How exactly did you pay using "invoice"?
@nebulon How exactly does the manual payment work?
Clicking on the "Pay" button on "Invoices" section tried to use the use the saved cards and the transaction fails.
@mehdi @girish @nebulon Yes, all videos open fine on the latest version.
Thanks for the quick resolution.
@mehdi said in Error Playing Video on Jellyfin:
@pratik Do you know t
Hi @mehdi ,
I have tried mp4, mkv files and it fails with the same error for all of them.
Hi,
I keep getting this error when trying to play video on jellyfin.
Hosted on Hetzner VPS.
Same video play fine through Emby though.
Log file has a lot of "file name has not been provided"
Nov 29 23:42:02 System.InvalidOperationException: Cannot start process because a file name has not been provided.
Nov 29 23:42:02 at System.Diagnostics.Process.Start()
Nov 29 23:42:02 at MediaBrowser.Api.Playback.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, CancellationTokenSource cancellationTokenSource, String workingDirectory)
Nov 29 23:42:02 at MediaBrowser.Api.Playback.Hls.BaseHlsService.ProcessRequestAsync(StreamRequest request, Boolean isLive)
Nov 29 23:42:02 at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task)
Nov 29 23:42:02 at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IRequest httpReq, HttpResponse httpRes, ILogger logger, CancellationToken cancellationToken)
Nov 29 23:42:02 at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)
Nov 29 23:42:05 [18:12:05] [INF] [5] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.6.4 playing Amélie. Stopped at 0 ms
Nov 29 23:42:21 [18:12:21] [ERR] [4] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe
Nov 29 23:42:21 System.InvalidOperationException: Cannot start process because a file name has not been provided.
Nov 29 23:42:21 at System.Diagnostics.Process.Start()
Nov 29 23:42:21 at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
Nov 29 23:42:21 at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
Nov 29 23:42:21 at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
Nov 29 23:42:21 at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
Nov 29 23:42:21 [18:12:21] [ERR] [18] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe
Nov 29 23:42:21 System.InvalidOperationException: Cannot start process because a file name has not been provided.
Anyone know how to fix it?
Since FressRSS recently got updated, wondering if this bug got fixed along with the update?
@girish said in Fresh RSS - Extension Error - "TinyTinyRSS API":
The extension is trying to write to system directory '/p/api' at runtime.
I think this is to be consistent. All their API code is in this directory. So if ttrss plugin comes preloaded, may be it won't want write access to this directory anymore.
@pratik how important is this extension or where you just trying things out?
TLDR:- Need it to access it from mobile.
I use Palabre Android client to read RSS on mobile, since the UI is pretty and they have a working plugin for ttrss. Have been using Tiny Tiny RSS server for a while and was never happy with it. UI is messed up when using Firefox Tracking blocking. Even on Chrome it is not very legible.
On FressRSS, everything is great on browser. Love the UI and the speed is awesome. But, all the recommended apps for Android have features missing that I really need - mostly lack of a decent widget.
So, FressRSS with support for Tiny Tiny RSS API is the best possible combination for me.
Hi,
I get the error, Can not enable extension TinyTinyRSS API: server cannot write in /app/code/p/api
while trying to enable "TinyTinyRSS API" extension on Fress RSS.
I assume this is happening since "p/api" is readonly and FreshRSS is trying create an entry in that directory.
Is it be possible to have the "TinyTinyRSS API" extension enabled by default? Or is it a feasible to make "p/api" persistent and accessible to "www-data"?