Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker requests

Featured Replies

Would it be possible to have a rtorrent/rutorrent docker?

 

I would also love that!!

 

For it to be universally useful a flexget container would also need created.

 

I have used rTorrent for as long as I can remember and rutorrent for a 3+f years and TBH i find deluge better now. I got fed up with how stagnant rTorrent is e.g webseeds are available in every client but has an open feature request for 8+ years in rT

 

Sorry for delay in response to this:

 

IMHO flexget is not absolutely needed with the very effective RSS plugin available with ruTorrent:

 

https://code.google.com/p/rutorrent/wiki/PluginRSS

 

I used it successfully for a long time before moving to unraid.

 

Does deluge/flexget have web-ui configurable RSS feeds?

 

P.S: Love the flexibity likely with Docker!

 

P.P.S: Could I also request a Logitech Media Server (Squeezebox Server) Docker Container?

 

Thanks,

 

The Capt.

 

 

  • Replies 566
  • Views 145.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ente: https://ente.io   Github: https://github.com/ente-io/ente/tree/main/server   Their instructions: https://help.ente.io/self-hosting/

  • marcinwhite
    marcinwhite

    https://github.com/BeryJu/authentik - authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new prot

  • Would like to put in a request for a Stoat chat server docker template. GitHub GitHub - stoatchat/self-hosted: Deploy Stoat on your own... Deploy Stoat on your own infrastructure! Contribute to stoat

Posted Images

How about WINE?

 

How about WINE?

 

LOL! Yes, but if you need Wine... Create a Windows VM.

 

What command line / Web App Windows program could you possible run that doesn't have a Linux equivalent?

 

 

How about WINE?

 

LOL! Yes, but if you need Wine... Create a Windows VM.

 

What command line / Web App Windows program could you possible run that doesn't have a Linux equivalent?

 

QLOUD Media Server.  It's the Android equivalent of AirVideo. 

How about a pxe server

I need a FTP Server docker.  The one included in Unraid doesn't have any options.  Ideally, a FTP server with a built-in Web-FrontEnd to administer it...

How about a pxe server

 

Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ?

 

I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test.

 

Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile.

 

NOTE: I am not going to support this long term so one of you will have to take it and own it.

How about a pxe server

 

Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ?

 

I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test.

 

Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile.

 

NOTE: I am not going to support this long term so one of you will have to take it and own it.

 

SWEET

Can't wait to try it

 

How about a pxe server

 

Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ?

 

I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test.

 

Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile.

 

NOTE: I am not going to support this long term so one of you will have to take it and own it.

 

SWEET

Can't wait to try it

 

 

+1

Same here, still using your PXE server setup and menus from V5 then updated packages for V6 and all is still working great.

I have gfjardim / transmission docker up and working with no issues, also using a needo / deluge docker for torrents

I have gfjardim / transmission docker up and working with no issues, also using a needo / deluge docker for torrents

 

Serious? I never advertise that!  :o

 

I liked Deluge too, so I dropped it.

 

Grumpy, let us know about your docker; I'll gladly include that in the templates row! 

I didn't realise gfjardim had a transmission image.  It's not on the drop down

my-Transmission.xml

<?xml version="1.0" encoding="utf-8"?>
<Container>
  <Name>Transmission</Name>
  <Repository>gfjardim/transmission</Repository>
  <BindTime>true</BindTime>
  <Privileged>false</Privileged>
  <Networking>
    <Mode>bridge</Mode>
    <Publish>
      <Port>
        <HostPort>9091</HostPort>
        <ContainerPort>9091</ContainerPort>
        <Protocol>tcp</Protocol>
      </Port>
    </Publish>
  </Networking>
  <Environment>
    <Variable>
      <Name></Name>
      <Value></Value>
    </Variable>
  </Environment>
  <Data>
    <Volume>
      <HostDir>/mnt/cache/apps/transmission/</HostDir>
      <ContainerDir>/config</ContainerDir>
      <Mode>rw</Mode>
    </Volume>
    <Volume>
      <HostDir>/mnt/user/_unsorted/</HostDir>
      <ContainerDir>/downloads</ContainerDir>
      <Mode>rw</Mode>
    </Volume>
  </Data>
</Container>

Just need to edit your container/host folders and save as my-Transmission.xml in /boot/config/plugins/docker folder

I have gfjardim / transmission docker up and working with no issues, also using a needo / deluge docker for torrents

 

Serious? I never advertise that!  :o

 

I liked Deluge too, so I dropped it.

 

Grumpy, let us know about your docker; I'll gladly include that in the templates row! 

 

I'm always searching for things I'm interested in before trying to reinvent the wheel...

I didn't realise gfjardim had a transmission image.  It's not on the drop down

 

It's here: https://github.com/gfjardim/docker-transmission

 

If there's interest, I'll convert it to phusion and add to the plugin.

 

Thanks nacat78 for your xml.

Definite need for transmission. It's the torrent tool of choice for many though deluge is becoming popular.

 

Flexget too

I am actually enjoying rutorrent

 

Sent from my XT1060 using Tapatalk

 

 

I am actually enjoying rutorrent

 

Sent from my XT1060 using Tapatalk

 

Care to post an xml for your rutorrent set up for use with gfjardim's amazing docker control plugin? I would greatly appreciate that.

 

Also: any chance of a logitech media server (squeezebox) docker container by anyone?

 

Regards,

The.Capt

Has anyone looked into Newznab+ ?

 

Thanks

Has anyone looked into Newznab+ ?

 

Thanks

I am not sure the licensing would allow it.

How about a pxe server

 

Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ?

 

I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test.

 

Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile.

 

NOTE: I am not going to support this long term so one of you will have to take it and own it.

 

Looking forward to this!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.