Jump to content

Fantucie

Community Developer
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Fantucie

  1. On 11/17/2022 at 5:18 PM, Zerreth said:

    When installing RedmineX CK Editr (free) plugin for Redmine, it requires a bundle install & migration command:
    Installation info
    which will throw an issue with mimemagic, which I resolved by adding FREEDESKTOP_MIME_TYPES_PATH variable pointing to a freedesktop.org.xml file.


    this now causes another issue, any help to point me in the right direction? :

    /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/callbacks.rb:25:in `on_file_autoloaded': expected file /usr/local/bundle/bundler/gems/rich-f5b5b07f10af/app/inputs/rich_input.rb to define constant RichInput, but didn't (Zeitwerk::NameError)
    
          raise Zeitwerk::NameError.new("expected file #{file} to define constant #{cpath}, but didn't", cref.last)
          ^^^^^
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:31:in `require'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:135:in `const_get'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:135:in `cget'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:169:in `block in actual_eager_load_dir'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:40:in `block in ls'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:25:in `each'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:25:in `ls'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:164:in `actual_eager_load_dir'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:17:in `block (2 levels) in eager_load'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:16:in `each'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:16:in `block in eager_load'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:10:in `synchronize'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:10:in `eager_load'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader.rb:296:in `block in eager_load_all'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader.rb:294:in `each'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/loader.rb:294:in `eager_load_all'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/application/finisher.rb:133:in `block in <module:Finisher>'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/initializable.rb:32:in `instance_exec'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/initializable.rb:32:in `run'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/initializable.rb:61:in `block in run_initializers'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:228:in `block in tsort_each'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:431:in `each_strongly_connected_component_from'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:349:in `block in each_strongly_connected_component'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `call'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each_strongly_connected_component'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:226:in `tsort_each'
            from /usr/local/lib/ruby/3.1.0/tsort.rb:205:in `tsort_each'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/initializable.rb:60:in `run_initializers'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/application.rb:391:in `initialize!'
            from /usr/src/redmine/config/environment.rb:16:in `<top (required)>'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
            from /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
            from /usr/local/bundle/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:332:in `block in require'
            from /usr/local/bundle/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:299:in `load_dependency'
            from /usr/local/bundle/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:332:in `require'
            from config.ru:3:in `block in <main>'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/builder.rb:116:in `eval'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/builder.rb:116:in `new_from_string'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/builder.rb:105:in `load_file'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/builder.rb:66:in `parse_file'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/server.rb:349:in `build_app_and_options_from_config'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/server.rb:249:in `app'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/server.rb:422:in `wrapped_app'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/server.rb:312:in `block in start'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/server.rb:379:in `handle_profiling'
            from /usr/local/bundle/gems/rack-2.2.4/lib/rack/server.rb:311:in `start'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:39:in `start'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:144:in `block in perform'
            from <internal:kernel>:90:in `tap'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:135:in `perform'
            from /usr/local/bundle/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
            from /usr/local/bundle/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
            from /usr/local/bundle/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/command/base.rb:69:in `perform'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/command.rb:48:in `invoke'
            from /usr/local/bundle/gems/railties-6.1.7/lib/rails/commands.rb:18:in `<top (required)>'
            from bin/rails:4:in `require'
            from bin/rails:4:in `<main>'
    Use `bundle info [gemname]` to see where a bundled gem is installed.
    Post-install message from paperclip:
    ##################################################
    #  NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER      #
    ##################################################
    
    Paperclip is now compatible with aws-sdk-s3.
    
    If you are using S3 storage, aws-sdk-s3 requires you to make a few small
    changes:
    
    * You must set the `s3_region`
    * If you are explicitly setting permissions anywhere, such as in an initializer,
      note that the format of the permissions changed from using an underscore to
      using a hyphen. For example, `:public_read` needs to be changed to
      `public-read`.
    
    For a walkthrough of upgrading from 4 to *5* (not 6) and aws-sdk >= 2.0 you can watch
    http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5
    => Booting Puma
    => Rails 6.1.7 application starting in production 
    => Run `bin/rails server --help` for more startup options
    W, [2022-11-17T17:09:16.058434 #1]  WARN -- : Creating scope :system. Overwriting existing method Enumeration.system.
    W, [2022-11-17T17:09:16.211994 #1]  WARN -- : Creating scope :sorted. Overwriting existing method User.sorted.
    W, [2022-11-17T17:09:16.291201 #1]  WARN -- : Creating scope :sorted. Overwriting existing method Group.sorted.
    Exiting

     

    Technically you can just mount the path of plugin into the appdata add your plugin, and run the command manually.
    Has I personally dont use RedMine I cant tell you right now wich path to use, but you still can join the Discord Support server to a faster answer :) 

  2. On 9/23/2022 at 10:19 AM, jterpstra said:

    Hi! currently trying to setup FileRun, but when I get to the setup stage, to connect to the database, it gets stuck at setting up database. 

     

    I know the database works since I'm using it for other apps. Where can i find logs etc to see what the issue is? Or do you maybe have some pointers for what to do?


    Hello there (sorry for late answer) ! 
    I never got this error before ? 
    I personnally use MariaDB with a special db create for FileRun.
    Normally you can see all logs with the Log button of unraid, but if really needed go to 

    /mnt/user/appdata/FilesRun/system/data/temp/system/data/temp/mysql_error.log

     

  3. On 7/9/2022 at 5:31 PM, BœufLord said:

    Bonjour à tous,

     

    Je suis nouveau dans le monde Unraid, et mes besoin ayant évoluer, j'ai bien envie de me monter quelque chose de relativement solide.

     

    Petit introduction :

     

    J'ai 40 ans, à la base j'ai toujours eu un PC gamer relativement solide et une console de jeu (surtout pour mon fils, je n'ai jamais été joueur console passé mes 16 ans...) J'étais un gros joueur de Hack'n'Slash (Diablo I, II, III, et bientôt IV) et de RPG type Skyrim ou The Witcher. Le PC musclé me servais surtout pour Photoshop, de la bidouille, etc... En parallèle de ça, j'ai un gros Synology de 40 To qui accueil tous mes films, et mon PC gamer musclé fait office de serveur Plex pour environ 15 personnes (pas en simultané bien entendu).

     

    L'age avançant et le travail étant de plus en plus énergivore et consommateur de temps, je n'ai plus trop le temps de jouer et quand je le fait, c'est plutôt sur XBox Series X, du coup le PC, j'y touche de moins en moins (j'ai un Macbook Air M1 pour bosser qui me vas très bien).

     

    C'est là qu'entre en jeu mon projet :

     

    J'aimerais reconditionner mon PC Gamer en "gros" (tout est relatif, y'a toujours plus gros) serveur Unraid multifonction :

     

    Voici ma config :

     

    - Ryzen 7 5800X

    - 32 Go de RAM

    - Une RX 5700 XT

    - Une Quadro P600

    - CM B550 AORUS PRO

    - Mon boitier PC est un Corsair 4000D

    - Une carte LSI 2308 SAS IT Flashed avec 8 sorties SATA

     

    J'ai à ma disposition une quinzaines de disques 3.5" de 2To 24/24

    J'ai à ma disposition 4 disques entreprise HP 5300 Pro SSD de 2 To qui me servirons pour l'un d'entre eux de disque de cache

    2 disques nvme qui peuvent taper du 2500 Mo/s

     

    Mes questions sont les suivantes :

     

    Mes besoin seront principalement :

     

    - Serveur Plex pour toute la famille (environ 15 personnes) avec transcoding sur 5700XT ou la P600

    - Du serveur de fichiers (évidemment)

    - Du Docker pour de l'applicatif de base (Aguard, etc...)

    - Une VM de jeu assez costaud pour moi (sans chercher les perf du bare metal bien entendu, mais quelque chose de solide pour jouer occasionnellement)

     

    Si je change de boitier pour un Fractal Design Define 7 XL (possibilité d'installer 18 disques 3.5) pour environ 250€ le boitier.

     

    Pensez-vous que mon projet est viable et qu'il répondra à mes attentes ?

     

    La configuration et la mise en service du bouzin n'est pas un problème pour moi, je suis très (trop ???) bidouilleur. Donc ça n'est pas ce qui m'effraye. J'ai aussi vu plusieurs retour vidéo et articles de personnes testant le jeu, etc...

     

    Mais j'aimerais l'avis d'un fin limier français d'Unraid 🙂

     

    Mon but final est de reléguer mon NAS synology au oubliette, d'avoir que mon gros serveur (hors de ma vue si possible), et de me contenter personnellement de mon MacBook Air M1 pour jouer via Parsec quand j'ai envie (c'est rare) via ma VM qui sera une sorte de Shadow PC perso quoi...

     

    Dernière question :

     

    J'ai bien saisi le fonctionnement du RAID sauce UnRaid, mais avez vous un retour réel (via une malheureuse ou heureuse expérience) sur sa fiabilité sur le long terme avec deux disques de parité (soit du simili RAID6) ? C'est vraiment fiable à toute épreuve (comparativement à un SHR-2 Syno par exemple ?) ? Y'a-t-il eu des cas ou les données se retrouve corrompues ?

     

    Merci à tous pour vos futurs réponses et votre attention 🙂

    Ta config me parait bien bonne pour ce qui est du RAID sur Unraid jamais eux de soucis tant que tu sais a quoi tu touche o/ 

    Après ! J'ai vue pas mal der personne se plaindre quelque peut de certain docker en dernière version typiquement Plex qui faisait crash ou freeze unraid du a son optimisation quelque peut... légère, je suis pas sur de si cela à déjà était fix ou non 🤔 si je devrais te conseiller quelque chose sa serais de tenter Jellyfin une alternative 100% gratuite et OpenSource de Plex, après sa reste a toi de voir ou non si tu rencontre ces soucis aussi ^^

  4. Hello there sorry for the disturb *specially at this hours eh* 
    But i got an error after have setuped my domain name who work nicely, when he test for the Let's encrypt challenge i just got an error i have search an hours for fix that and didn't found anything, so if someone got to know how to fix that :/
    image.thumb.png.dbb3e0aa402e889007adc975453ae14b.png

  5. On 6/23/2022 at 6:45 PM, Casadream_1 said:

    Merci pour la réponse, je ne reçois pas de notif d'ou mon retard dans la réponse.

    Follow topic j'ai essayé les deux positions il y en a aucune qui répond lol.

     

    Ce que j'ai fait entre temps, et cela semble fonctionner.

    En fait je ne savais pas qu'il y avait un niveau d'importance lors du démarrage des containers.

     

    J'ai mis Mariadb et Redis tout en haut (je me suis rendu compte que Authelia ne se lançais pas à cause de mariadb) qui était chargé "Après".

    Du coup j'ai mis mariadb en première, et puis les autres par ordre d'importance en dessous. Et cela semble fonctionner.

     

    Maintenant je dois résoudre un autre problème, mariadb cesse de fonctionner au bout d'un moment, il semble qu'elle prends trop de demande de connexion (max 10 par default)

    Alors je regarde qui fait ça, mais après investigation et des journaux absolument pas parlant, je ne trouve pas qui est le fautif.

    J'ai procédé par élimination, et mariadb réagit pareil avec mes 3 services.

     

    J'ai augmenté la valeur max_connect_errors= (style 500000)

    Mais cela ne me réconforte pas une fois ce nombre de connexions passés, elle va encore entrer en mode survie et se bloquer.

     

    C'est chaud tout ses machins

     

    Si tu as déjà été confronté je suis preneur ! ;) 

    Alors si ton MariaDB se met a crash il faut augmenter les max connexion simultaner, tu peut le faire en utiliser un PhPMyAdmin bien pratique, ta valeurs que tu as augmenter est juste celle des erreurs ... après le mieux serais de regarder sir la docu de mariaDB !

  6. On 6/20/2022 at 5:20 PM, Casadream_1 said:

    Bonjour la commu Fr !

     

    Je viens poster ici, car ayant posé sur le forum US, puis sur le Github, je n'ai pas la réponse à mon problème.

     

    J'utilise Authelia, qui fonctionne très bien en 2FA avec mes services, tout roule.

    Je me suis rendu compte lors d'un reboot, puis d'un deuxième, puis de XXXX reboot, que Authelia ne démarre pas lorsque l'option de démarrage automatique est activé (comme tous les containers importants que nous voulons monter au boot).

     

    Est-ce que quelqu'un à le problème ? et si oui est-ce que vous avez pu remédier au probleme et comment ?

     

    Franchement je sèche.

    C'est comme si dans le container il ne prenait pas en compte, et je me demande s'il est possible de lui dire dans les paramètre en ajoutant une variable (mais ça serait fou c'est le seul qui fait ça).

     

    Merci

    Salut, j'ai eux se même soucis sur un de mes docker que j'ai réussie a régler de trois façon différente la première la plus radicale est de Sois Force Update le container dans l'onglet /Docker en vue avancer
    La deuxième consiste a mettre le démarrage auto en off, reboot le serveur, remettre le démarrage auto en on, re reboot et sa re marche (essaye de stopper reboot force update puis re reboot remettre l'auro redem et re reboot) 
    La dernière est, plus complexe est consiste en plusieurs étape importe a suivre

    1. Sortir du pc 
    2. descendre en bas
    3. se cuire un oeuf au plat et le manger
    4. remonter vers le serveur en prenant un un kit de démontage complet comprenant un tournevis et tout le tralala.
    5. stopper le server
    6. déboiter le server a coup de marteau et prendre la carte mère
    7. nettoyer la carte mère sous l'eau a 45°c 
    8. remettre le tout sur le serveur et ainsi le redémarrez
    9. Voir que sa ne marche pas et du coup ne pas le faire 😆

    Bon hormis sa au caou que les deux première ne marche pas, je peut te conseiller de faire un diagnostic et de l'envoyer ici pour regarder ;) 

  7. 12 hours ago, Vidddal said:

    Merci pour vos réponses. Je comprends mieux.

     

    Il n'y a aucun soucis, si il y a d'autre chose sur quoi je ou même la communauté peut t'aider n'hésite pas a rouvrir un autre post, ou même a re poster une question ici si c'est toujours en rapport ! ;) 

  8. On 5/25/2022 at 6:39 PM, PicPoc said:

    Bonjour,

    Je cherche une solution pour récupérer le contenu de différentes boites mails puis pouvoir envoyer un mail depuis 

    Une sorte de WebMail sur unRAID (via un docker?)... Ou un serveur de mail.

    Le problème est que je ne trouve pas trop d'information précises sur ce sujet.

     

    L'idée serait que mon serveur unRAID récupère tout, que ma machine de travail puisse aller lire les mails via imap par exemple.

    J'espère m'avoir fait comprendre car tout n'est pas bien clair dans tout les outils disponibles.

     

    Merci par avance.

    Heya ! 
    Si tu souhaite un serveur Mail pour pouvoir envoyer depuis un seul noms de domaine tu as 

    image.thumb.png.f529025f6bc1eb9aff3b12a5b1041347.png

     que je j'utilise pour envoyer des mails ou me faire d'autre boitemails sous mon noms de domaine, il n'as pas de GUI ou menue web tout la config se fait en commande ou dans la config, après si tu veux recevoir des mails de parte et autre, je n'est rien trouver d'intéressant sur le CA, cependant si jamais tu trouve un Docker sur DockerHub ou un docker-compose.yml sur un github de ce que tu recherches n'hésite pas a me contacter, je me ferais un plaisir de pouvoir le mettre sur le CA si il fonctionne ! 

  9. ! PREVENTING MESSAGE !

     

    In this night PterodactylPanel got an update if your panel is in error 500 that actually normal !

    You need to have a Redis Docker on your server now !

    The update of the patern for unraid has been make RN so wait a few hours to got the update and make everything work again ! 
    If you dont wanna wait and do it yourself 

    image.png.6d9a7308b761f0106bd1f22fab2df580.png
    EDIT:
    I have setup a version selector, who will let you choose between Latest or version v1.7.0 who is the before this update ! 

  10. On 5/28/2022 at 6:42 PM, Vidddal said:

    Bonjour

     

    Je débute avec Unraid et les NAS.

     

    Dans certains tuto unraid sur youtube ou dans des forums, il est demandé de créer un custom network

     

    Quel est l'intérêt d'un custom network ?

     

    A quoi servent les network bridge et br0 ?

     

    Merci d'avance.

    Salut et bienvenue ! 
    Personnellement Custom-br0 pendant un bon moment le principe est que en br0 tu donne une IP qui sera utiliser sur ton local imaginons que tu tourne un Docker et le mette en br0 tu peut lui donner comme ip 192.168.0.xx (si ton local est comme sa) 
    De cette façon tu peut lui ouvrir ces port différemment des autre app qui tourne le soucis est tant que du coup si tu veux accèder ou 'jouer' en les connectant ensemble tu doit te souvenir de leurs Ip local a chaque fois ect :/ et si l'ip est prise par un pc (ou autre) ton docker ne marchera plus 

    Ensuite le but du bride (qui est pour moi le meilleurs vue que je fait tourner masse docker et app qui marche ensemble) est fait que ton docker ou ta VM marchera sur l'ip a chaque fois de ta machine 
    Mon server tourne en 192.168.0.59 pour ma part ensuite j'assigne mes docker en bride et je change le port d'accès webUI ou autre en fonction de mes port libre sur ma machine 
    Mon docker MariaDB par exemeple tourne en 192.168.0.59:3306

    Et mon WebUI pour mon panel de jeux tourne sur 192.168.0.59:85 

    - Attention seulement si tu utilises du Bride ! 
    Si tu utilise se dernier ne change que le HostPort et non le container port (cela peut faire des erreurs !)image.thumb.png.40f3b4fe2991c24b7d97cab8c11b6024.png

     

    Personnellement si j'ai a te conseiller quelque chose se serais d'utiliser du Bride bien plus simple a retenir, et en plus si jamais pour X ou Y raison tu doit changer l'IP de ta machine, tout tes docker ou autre se rajusterons sur ton serveur  

  11. On 5/23/2022 at 12:50 AM, Jensenstation said:

    i am Having an issue with pterodactyl/wings after i copy over the yml file from the panel i get the issue below. Please can someone help. i have tried custom br0 network, i have tried my nginx reverse proxy network and they all keep coming up with the same error

     

    __ [34m[1mPterodactyl[0m _____/___/_______ _______ ______
    \_____\ \/\/ / / / __ / ___/
    \___\ / / / / /_/ /___ /
    \___/\___/___/___/___/___ /______/
    /_______/ [1m1.6.1[0m

    Copyright © 2018 - 2022 Dane Everitt & Contributors

    Website: https://pterodactyl.io
    Source: https://github.com/pterodactyl/wings
    License: https://github.com/pterodactyl/wings/blob/develop/LICENSE

    This software is made available under the terms of the MIT license.
    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    INFO: [May 22 12:56:19.390] loading configuration from file config_file=/etc/pterodactyl/config.yml
    INFO: [May 22 12:56:19.405] configured wings with system timezone timezone=America/Denver
    INFO: [May 22 12:56:19.416] checking for pterodactyl system user username={0 0}
    INFO: [May 22 12:56:19.425] configured system user successfully gid=988 uid=988 username=pterodactyl
    INFO: [May 22 12:56:19.442] fetching list of servers from API
    INFO: [May 22 12:56:19.615] processing servers returned by the API total_configs=0
    INFO: [May 22 12:56:19.627] finished processing server configurations duration=11.051733ms
    INFO: [May 22 12:56:19.639] creating missing pterodactyl0 interface, this could take a few seconds...
    FATAL: [May 22 12:56:19.655] failed to configure docker environment error=Error response from daemon: Pool overlaps with other one on this address space

    Stacktrace:
    Error response from daemon: Pool overlaps with other one on this address space

     

    Below is copied from my yml file

    debug: false
    uuid: ea5c988b-73b1-44d7-b9b0-41a96c5fd63b
    token_id: OX2Iwv0DYKjZtGDc
    token: i9V8zuprPvO4QTaJfqfXwmQEYuFdxYeKDL01goikZ1yDXBmzsKc0DY3b8onujOQM
    api:
      host: 0.0.0.0
      port: 8484
      ssl:
        enabled: false
        cert: /etc/letsencrypt/live/10.0.0.200/fullchain.pem
        key: /etc/letsencrypt/live/10.0.0.200/privkey.pem
      upload_limit: 100
    system:
      data: /var/lib/pterodactyl/volumes
      sftp:
        bind_port: 2022
    allowed_mounts: []
    remote: 'http://10.20.30.3:8585'

     

    I Fixed this issue by making a new network but now my issue is below with any server i try to make

     

    Stacktrace:
    Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/lib/pterodactyl/volumes/e4f61eca-838e-4101-88ab-8f31df8c9e58
    environment/docker: failed to create container
    github.com/pterodactyl/wings/environment/docker.(*Environment).Create
        github.com/pterodactyl/wings/environment/docker/container.go:238
    github.com/pterodactyl/wings/server.(*Server).CreateEnvironment
        github.com/pterodactyl/wings/server/server.go:250
    github.com/pterodactyl/wings/router.postCreateServer.func1
        github.com/pterodactyl/wings/router/router_system.go:73
    runtime.goexit
        runtime/asm_amd64.s:1581

     

      data: /var/lib/pterodactyl/volumes isn't goooddd go read the install tuto that i made page 1

  12. 17 hours ago, touz said:

    I'm trying to setup Filerun, and when trying to connect the Linux NextCloud client with the Filerun instance, I'm getting this error: "The polling URL does not start with HTTPS despite the login URL started with HTTPS. Login will not be possible because this might be a security issue. Please contact your administrator."

     

    Anyone knows how I could fix this? I'm using SWAG as a reverse proxy with HTTP redirected to HTTPS.

     

    Thanks!

     

    4 minutes ago, Fantucie said:


    Just to ask, if you have setup FileRun, did you register it with your https address in the admin panel ? 
    And why do you want connect NextCloud with FileRun ?

     
    + Your problem same to be with NextCloud, I don't know this docker that much, the FileRun at has been make to run lonely, I will not provide support for it, you must go to to [Support] Knex666 - NexCloud if you use this one, or the support of the one you use.

  13. 17 hours ago, touz said:

    I'm trying to setup Filerun, and when trying to connect the Linux NextCloud client with the Filerun instance, I'm getting this error: "The polling URL does not start with HTTPS despite the login URL started with HTTPS. Login will not be possible because this might be a security issue. Please contact your administrator."

     

    Anyone knows how I could fix this? I'm using SWAG as a reverse proxy with HTTP redirected to HTTPS.

     

    Thanks!


    Just to ask, if you have setup FileRun, did you register it with your https address in the admin panel ? 
    And why do you want connect NextCloud with FileRun ?

  14. Salut, moi c'est Lucie actuellement j'ai 28ans bientôt 29 le 22mai ^w^, aussi connue sous le pseudo de Fantucie, je me suis mis sur UnraidOS il y a assez récemment (Bientôt 1Ans youhou), développeuse Java et modélisatrice Blender/BlockBench.
    Certain.e mon surement déjà vue sur le CA (CommunityApp's) pour avoir crée certain docker t'elle le Pterodactyl PiGallery2 ect ect...

    J'utilise personnellement UnraidOS pour du stockage d'image ainsi que mes projet perso et ouvert via le docker pour Intellij Idea ect, et j'utilise aussi se dernier pour la gestion de ma communauté via plusieurs docker et serveur de jeux sous se dernier.

    En espérant que cela suffise comme description assez courte de moi 😅
    Je suis ouverte au messages priver ou non pour discuter de tout et de rien aussi ;) 

    Au plaisir de parler et pouvoir aider comme je peux !

    - Fantucie

  15. 3 hours ago, learnin2walk said:

    I did a large upload in filerun, and it's now filling up my docker.img file. The share where it's supposed to dump the files is empty. Is there a cron job that needs to be ran manually to move the files to the unraid share? 


    I never get this, I have like 1T full on my FileRun with no problem with my docker.img this seem to be an error from you who change the path to a wrong one, maybe.

  16. 8 minutes ago, kjames2001 said:

    Thanks!

     

    I noticed that this official docker points to version 6 of seafile, and there's a bug preventing intergration of onlyoffice. This bug is fixed in version 8.0.3, and the latest Community Edition version is 9+. is there anyway we can have a docker for the latest CE version?

     

    Yes I can see to fix that for sure, if you want to see the update in direct or know when it will be release, join the discord server to dont miss anything ;) 

×
×
  • Create New...