Giter Club home page Giter Club logo

ssdv2's People

Contributors

ahyear avatar bono2007 avatar eagle-one1 avatar jbbordas avatar kesurof avatar laster13 avatar loulich avatar matt-prod avatar merrick28 avatar osmoos avatar systr0 avatar tawagot0 avatar waenhill avatar wig78 avatar zarevskaya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ssdv2's Issues

Problème avec sabnzbd, impossible à configurer

sabnzbd.yml :

---
application: 'sabnzbd'
app_port: 8080
description: "SABnzbd est un lecteur de newsgroups"
image: 'lscr.io/linuxserver/sabnzbd:latest'
application_volumes:
  - local_path: "{{ lookup('env','APP_SETTINGS') }}/{{application}}/config"
    container_path: "/config"
  - local_path: "{{ lookup('env','APP_SETTINGS') }}/{{application}}/data"
    container_path: "/data"
  - local_path: "{{ lookup('env','HOME') }}"
    container_path: "{{ lookup('env','HOME') }}"
application_env:
  - name: PUID
    value: '{{user.userid}}'
  - name: PGID
    value: '{{user.groupid}}'
  - name: TZ
    value: 'Europe/Paris'
#posttasks:
#  - configure_sabnzbd
#  - restart

Fonctionne mais : Access denied - Hostname verification failed: https://sabnzbd.org/hostname-check
Or j'ai changé sabnzbd.ini :

host_whitelist = sabnzbd-58f7495848-v7cd4,sabnzbd.ndd.fr,sabnzbd,

Même message.

Autre chose, la posttask ne fonctionne pas, le fichier est bien trouvé mais le changement ne se fait pas :

- name: wait for files to be present
  wait_for:
    path: "{{ lookup('env', 'APP_SETTINGS') }}/{{application}}/config/sabnzbd.ini"
- name: Add sabnzbd
  lineinfile:
    path: "{{ lookup('env', 'APP_SETTINGS') }}/{{application}}/config/sabnzbd.ini"
    regexp: '^(host_whitelist\s*=.*)'
    line: '\1 sabnzbd'
    state: present

[Guacamole] Hostname guacd incorrect

Bonjour,

Je viens de repérer un problème sur l'application Guacamole.
En effet, le conteneur guacamole dispose d'une mauvaise configuration qui empêche la communication en websocket au conteneur guacd. Au final, aucune connexion à distance n'est possible.

J'ai retrouvé dans le conteneur guacamole, fichier /home/guacamole/.guacamole/guacamole.properties :
--> guacd-hostname: guacamole

or l'hostname devrait plutôt être celui du conteneur guacd et non lui même.

J'ai donc, pour l'instant, mis le bon hostname hardcodé dans le fichier yml d'ansible.

Avant :

GUACD_HOSTNAME: "{{sub[pgrole][pgrole] if sub_enabled else pgrole}}"

Après

GUACD_HOSTNAME: "guacd"

Merci d'avance !

A small issue with sabnzbd's install

Hello,

I'm just testing the script and it seems there is a small problem with the installation of sabnzbd.
During the process, the script want to edit the ini file at "/opt/seedbox/docker/USER/sabnzbd/sabnzbd.ini", but the good path seems to be "/opt/seedbox/docker/USER/sabnzbd/config/sabnzbd.ini".

logs/ansible.log:2021-10-17 21:13:17,543 p=469 u=USER n=ansible | fatal: [127.0.0.1]: FAILED! => {"changed": false, "elapsed": 300, "msg": "Timeout when waiting for file /opt/seedbox/docker/sharker/sabnzbd/sabnzbd.ini"}

I hope I'm not wrong and it will help.

Regards,

Sharker

PS: install on Debian GNU/Linux 10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.