11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


설치작업성공● speedtest - docker 설치 모니터링 설치방법 portainer stack 으로 설치 방법

♨ 카랜더 일정 : 2022년03월17일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    설치작업● speedtest  - docker 설치 모니터링  설치방법 portainer stack  으로 설치 방법

    3232235521_1647615180.1992.png

    설치 방법  portainer로  접속 아래 명령어로 간단 설치 합니다.

    참조 사이트

    https://hub.docker.com/r/henrywhitaker3/speedtest-tracker

    https://registry.hub.docker.com/r/henrywhitaker3/speedtest-tracker/

    https://github.com/henrywhitaker3/Speedtest-Tracker/issues/421


    redpill tinycore ,,,dsm3615xs  사용자 입니다

    2단계 설치 해야 합니다

    많은 버그 있네요...해결 했습니다

    =================== 

    성공) redpill tinycore ,,,dsm3615xs 사용자 입니다

    많은 버그/호환성 문제가 많네요...
    아래 밑에 해결 했습니다

    기본 구성 준비는
    사용자계정 speedtest-tracker 생성후 id speedtest-tracker 확인
    mkdir -p /volume1/docker/speedtest-tracker/config/
    chmod -R 777 /volume1/docker/speedtest-tracker/config/
    ------------------

    1단계설치

    potainer 의 stacks에 복사 실행
    -------------
    version: '3.3'
    services:
    speedtest:
    container_name: speedtest
    image: henrywhitaker3/speedtest-tracker
    ports:
    - "35080:80" ## 임의 포트 변경 하세요
    volumes:

    - /volume1/docker/speedtest-tracker/config:/config
    environment:
    - TZ=Europe/Berlin
    - PUID=1032 ## 사용자계정 speedtest-tracker 생성후 id speedtest-tracker 확인
    - PGID=100 ## 사용자계정 speedtest-tracker 생성후 id speedtest-tracker 확인
    - OOKLA_EULA_GDPR=true
    - BASE_PATH=/
    - APP_URL=https://speedtest.domain.com
    logging:
    driver: "json-file"
    options:
    max-file: "10"
    max-size: "200k"
    restart: unless-stopped

    --------------------


    문제 의 로그 확인 

    -------------------------
    ...중략
    sh: /config/www/app/Bin/speedtest: not found
    sh: /config/www/app/Bin/speedtest: not found

    ...중략

    해결은

    2 단계 설치

    ==================
    https://github.com/henrywhitaker3/Speedtest-Tracker/issues/421
    ===================== 에서 정보 확인 합니다 ===========
    cd /volume1/docker/speedtest-tracker/config/
    wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-x86_64-linux.tgz -O speedtest.tgz
    tar zxvf speedtest.tgz
    sudo chown 911 speedtest*
    mv speedtest /volume1/docker/speedtest-tracker/config/www/app/Bin/
    ===================

    와후,,,,,,,,,,,,,,,,,,,우리집 입니다

    3232235521_1647614567.3124.png


    <potainer 사용방법>

    3232235521_1647571653.1769.png

    설치 완료

    실행 되고  에러 발생 합니다

    3232235521_1647571788.6279.png


    정상 동작 로그 확인

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 01-envfile: executing... 
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing... 
    -------------------------------------
              _         ()
             | |  ___   _    __
             | | / __| | |  /  \ 
             | | \__ \ | | | () |
             |_| |___/ |_|  \__/
    Brought to you by linuxserver.io
    -------------------------------------
    To support LSIO projects visit:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    User uid:    1032
    User gid:    100
    -------------------------------------
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 20-config: executing... 
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing... 
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 40-config: executing... 
    Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb
    [cont-init.d] 40-config: exited 0.
    [cont-init.d] 50-speedtest: executing... 
    Copying latest site files to config
    Database file exists
    Env file exists
    Updating packages
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
    (1/1) Installing composer (2.0.13-r0)
    Executing busybox-1.32.1-r6.trigger
    OK: 161 MiB in 175 packages
    Installing dependencies from lock file (including require-dev)
    Verifying lock file contents can be installed on current platform.
    Nothing to install, update or remove
    Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
    Generating optimized autoload files
    > Illuminate\Foundation\ComposerScripts::postAutoloadDump
    > @php artisan package:discover --ansi
    Discovered Package: barryvdh/laravel-ide-helper
    Discovered Package: facade/ignition
    Discovered Package: fideloper/proxy
    Discovered Package: fruitcake/laravel-cors
    Discovered Package: henrywhitaker3/laravel-actions
    Discovered Package: laravel-notification-channels/telegram
    Discovered Package: laravel/slack-notification-channel
    Discovered Package: laravel/tinker
    Discovered Package: laravel/ui
    Discovered Package: nesbot/carbon
    Discovered Package: nunomaduro/collision
    Discovered Package: tymon/jwt-auth
    Package manifest generated successfully.
    90 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    Running database migrations
    Nothing to migrate.
    App key exists
    JWT secret exists
    Slack webhook is unset
    Telegram chat id and bot token unset
    Base path set, updating .env
    AUTH variable not set. Disabling authentication
    Disabling authentication
    Clearing old jobs from queue
    [cont-init.d] 50-speedtest: exited 0.
    [cont-init.d] 99-custom-files: executing... 
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
     https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠1.png

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    설치방법
    https://mariushosting.com/how-to-install-speedtest-tracker-on-your-synology-nas/
    [버그] Synology Docker #792 에 설치한 후 테스트가 실행되지 않음
    https://github.com/henrywhitaker3/Speedtest-Tracker/issues/792
    ...설치 포기합니다

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    https://github.com/henrywhitaker3/Speedtest-Tracker/issues/421
    ====================================
    cd /volume1/docker/speedtest-tracker/config/
    wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-x86_64-linux.tgz -O speedtest.tgz
    tar zxvf speedtest.tgz
    sudo chown 911 speedtest*
    mv speedtest /volume1/docker/speedtest-tracker/config/www/app/Bin/

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,684 / 3 Page
    [ Winscp root 권한 만들기(성공) dsm 6.1.1 ] 댓글 1

    Winscp root 권한 만들기'%administrators ALL=(ALL) NOPASSWD: ALL' NOPASSWD:를 추가해 주었습니…

    [ VMware vSphere 6 Hypervisor esxi 라이센스 할당 입력하기 ] 댓글 1

    사이트 접속 라이센스를 부료로 부여받아 esxi 에 입력 하는 방법 입니다-------------------------------------- …

    [ u5pvr)windows 10 에서 SMB다이렉트 기능켜서 네트워크 드라리브 WEBDAV 연결하기 ]

    u5pvr)windows 10 에서 SMB다이렉트 기능켜서 네트워크 드라리브 WEBDAV 연결하기 ( 사용펌웨어 12/22자 입니다 )WINDO…

    [ u5pvr update 펌웨어 업데이트 접속 아이디 패스워드 TVH Torrent FTP admin / an… ]

    U5PVR은 로컬에서 사용하며 외부에서 연결은 불가능합니다>> 외부연결시 공유기 포트 포워딩으로 가능하지만 보안상 헤놀로지/시놀로지 …

    [ 해결)배추스킨 모바일 화면 보기 넓어짐 반응형 사이즈건 설정의 인기게시물 길이45이하로 설정 ] 댓글 1

    모바일 화면 보기 넓어짐 사이즈건배추스킨>설정 >기본설정 >인기 게시물 >길이[45]글자 이하에서 모바일 반응형 게시판 폭…

    [ 스마트 에디터 툴바 아이콘 삭제하는 방법 ]

    스마트 에디터 툴바 아이콘 중에서 잘 사용하지 않는 기능들을 삭제하는 방법입니다.모바일 같은 곳에서는 가로 사이즈가 좁기 때문에 일부 아이콘만 …

    [ How To Get The Full Google Play Store on the Shield TV(u5pvr… ] 댓글 1

    How To Get The Full Google Play Store on the Shield TV(u5pvr) 구글 앱 업데이트참고적으로 sdc…

    [ smb연결) 시놀로지 네트워크 드라이브 totalcmd로 삼바 연결하기 ]

    1) 제어판 smb 서비스 활성화2) 사용자 권한 설정 >> 해당 아이디의 모든...모두 check 합니다.아래의 설정 진행 시 접속…

    [ u5pvr) U5 Air Remote 실행 OTA이후 BT 페어링모드 톱니바퀴 누룸 동작 안되어 페어링 … ] 댓글 8

    u5pvr) U5 Air Remote 실행 OTA이후 BT 페어링모드 톱니바퀴 누룸 동작 안되어 페어링 않됨을 조치를 공유 드립니다파일 이전 자…

    [ vmware iso 파일 booting이 되지 않네요 해결 방법 ]

    vmware REMIXOS... iso 파일 booting이 되지 않네요 아래와같이 부팅 되지 않습니다> UTRAIOS를 설치하여 부팅되는…

    [ 윈도우 최신버전에서 우툰을 설치 할수 있는 정보 및 xpenology DSM 6.1을 Windows… ]

    xpenology Windows 10이 설치된 DSM 6.1 및 bash로 빌드윈도우 최신버전에서 우툰을 설치 할수 있는 정보 입니다그리고 아래…

    [ 펌)도커]Synology NAS Docker 우분투 컨테이너 생성 ]

    도커]Synology NAS Docker 우분투 컨테이너 생성출처:http://naltaengi.tistory.com/41[날탱이가 되고픈 개발…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-07-10 09:00:24

    오늘의 홈 현황


    • 현재 접속자♨ 323 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 6 명
    • 주간 가입자※ 21 명
    • 오늘 방문자 993 명
    • 어제 방문자 2,193 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,425,216 명
    • 전체 게시물※ 8,686 개
    • 전체 댓글수※ 24,858 개
    • 전체 회원수 11,102 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑