Jump to content

Cyrilphoenix

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Cyrilphoenix

  1. 4 hours ago, primeval_god said:

    You can use the 'env_file' option in your compose file to specify an env file anywhere you like. The compose manager ui however will only allow you to edit the env file in stack directory.

    Thanks, did you have an example because I have test some things without success? 

  2. Hello here :)
    I'm fresh new unraid user but I already used this must have plugin :)

    But I can see that some intégration with unraid is not perfect, can I suggest or ask if these points are plan/possible :
    - add labels for 
    registry in order to have registry webgui text "clickable"

    - make some tweaks to give ability to unraid for check and perform update

    thanks already ;)

  3. hello everybody, did this apps is alive or stop for dev ?
    Second question is there any label that we can add to an docker-compose that will automaticly put the container in a specific existing folder or more create a folder ?

    thansk :)

    • Like 1
  4. I do docker run again with a valid claim :

    Quote

    docker run
      -d
      --name='Plex'
      --net='host'
      -e TZ="Europe/Paris"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Nestor"
      -e HOST_CONTAINERNAME="Plex"
      -e 'PLEX_CLAIM'='claim-HgxpZw7*************'
      -e 'PLEX_UID'='0'
      -e 'PLEX_GID'='0'
      -e 'VERSION'='latest'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png'
      -v '/mnt/user/appdata/tmp/':'/transcode':'rw'
      -v '/mnt/user/Medias/':'/data':'rw'
      -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker'

    8571c3ce7d2fe80b486b139fa1037c4f16b45b10a174f268aeedd1ae5bdfb087

    La commande s'est terminée avec succès!

    I changed last caracter of claim for here

  5. Quote

    docker run
      -d
      --name='Plex'
      --net='host'
      -e TZ="Europe/Paris"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Nestor"
      -e HOST_CONTAINERNAME="Plex"
      -e 'PLEX_CLAIM'='Insert Token from https://plex.tv/claim'
      -e 'PLEX_UID'='0'
      -e 'PLEX_GID'='0'
      -e 'VERSION'='latest'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png'
      -v '/mnt/user/appdata/tmp/':'/transcode':'rw'
      -v '/mnt/user/Medias/':'/data':'rw'
      -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker'

    608e0bffff91c48585e5e37eb5428e365b9016d200fb37de57bc9a2d056c515a

    La commande s'est terminée avec succès!

     

  6. Hello all, I just start with unraid and since 2hours with plex, I've read all and test all but I have always "not authorized" screen instead of setup server

    I've test :

    - delete docker and reinstall

    - delete appdata plex folder

    - delete 4 ligne in preference xml

    - reset plex account password

    - disabled 3 factor auth

    - open webgui in private tab

     

    please help me :(

  7. Bonjour à tous,

     

    Je viens enfin de monter mon unraid :) Contruction de l'array en cours...

     

    Pendant ce temps j'ai quelques questions :

    1- J'ai fais un Array de 3 disques 4To + 1 disque parité 4To, pas de soucis ?

    2- J'ai aussi un SSD de 500Go et 1 SSD de 1TO, j'ai fais un pool pour chacun. Cache pour le 500Go et "datas" pour le 1To (vm etc), ca vous semble bon ? pas d'inversion a faire entre les deux niveau taille ?

    3- Justement a propos du point précédent, ou sont installer les plugins ?

    4- ET ou sont stockées les app ?

    5- Comment forcer le stocker des plugins, apps et datas des apps et vms dans un ssd particulier ?
    6- Mes données actuelles sont sur des HDD externes, comment je les montent pour faire les copies des données ?

     

    Merci d'avance

  8. Bonjour à tous,

     

    Sur le point de basculer mon esxi sous unraid, je regarde coté compatibilité de ma config actuelle et j'ai vu que les carte SATA Pcie a base de puce Marvell pouvait avoir des soucis d'ecriture.

     

    Premiere question est-ce encore la cas ? (ma carte : https://www.amazon.fr/gp/product/B00IN1AECC/ref=ppx_yo_dt_b_asin_title_o08_s00?ie=UTF8&psc=1)

     

    2nd Question  : du coup auriez-vous une ou plusieurs ref de carte qui sont ok ? (SATA3 4ports), l'idée est d'avoir ma grappe de DD 4x4To dessus)

     

    Merci d'avance :)

  9. On 11/16/2022 at 12:58 AM, JonathanM said:

    Also AMD systems need special care with BIOS settings, in particular make sure the power supply idle control is set for compatibility, and RAM timings are NOT XMP overclocked. Just because the RAM is rated for a given speed doesn't mean the motherboard and CPU can drive it that hard error free.

     

    There is a post on this forum about solving AMD specific issues.

    Thanks, may be you have the amd post link ? 😁 

  10. On 2/9/2022 at 7:40 PM, hot22shot said:

     

    Couplé à Authelia par exemple pour faire du MFA (ça marche aussi avec SWAG) ça permet d'exposer l'UI unraid sur internet derrière un sous domaine sans s'inquiéter de se faire hacker.

    C'est ce que j'ai fait, et je peux choisir le type d'authentification pour chaque sous domaine : simple par mot de passe pour les containers sans risque et 2FA pour les autres (NPM, unRaid, ...).

    On peut aussi différencier les règles entre réseau local et externe.

    Le seul point "négatif" c'est qu'il faut se palucher la conf d'Authelia qui n'a pas d'IHM.

    Mais l'avantage c'est que la sessions ouverte sur l'authentification Authelia reste valable sur tous mes sous domaine.

     

    Wireguard nécessite un client VPN ce qui n'est pas toujours pratique ou possible de faire (pc du boulot 😇 par exemple)

     

    Sinon quelques pistes pour faire fonctionner fail2ban avec NPM :

    https://github.com/NginxProxyManager/nginx-proxy-manager/issues/39

    Aurais-tu un tuto pour la mise en place de authelia ? :)

  11. 36 minutes ago, JonathanM said:

    Some Marvell controllers can be problematic with Unraid.

     

    Unraid OS loads into and runs entirely in RAM. The booting license USB holds the OS archive and settings that need to survive reboots.

    Ok I note may be I'll have to change the SATA PCIe card if drive will not recognize

     

    And understand for flash drive explanation

  12. Hello all, I'm interesting to migrate my diy nas from Esxi 6.7 to Unraid but i want to be sure before start.

    Here my hardware :

    - Motherboard ASRock 90-MXB870-A0UAYZ AMD B450 DDR4 Socket AM4

    - Processor : AMD YD2600BBAFBOX RYZEN5 2600 Socket AM4 3.9Ghz

    - Ram : 2x8Go DDR4

    - Disk :

      1 : PNY SSD Interne 480 Go SATA III

      2 : Dogfish SSD M.2 2242 128Go

      3 to 5 SEAGATE - NAS IronWolf - 4To - 5900 tr/min - 3.5"

      6 : Generic old disk 1To 3.5"

    - Disk 3 to 6 are connected to PCIe card KALEA INFORMATIQUE © - 4 SATA 3 Ports (SATA III) - CHIPSET Marvell 88SE9215 - PCIe 1x

     

    Could you help me to know if all of this will work like a charm with unRaid ? :)

     

    Second question : did the M.2 SSD can be use to boot unraid ? (directly connect under the motherboard)

    Thanks in advance

×
×
  • Create New...