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 / 2 Page
    [ 림스모바일 ver 2.6.3 site map / auto menu 추가 ]

    상단 메뉴 만들기hea.php에 다음을 추가 합니다아래의 위치에 추가....data-transition="fade">Search</a…

    [ 림스/아미나 모바일 2.6.3 모바일 글쓰기 줄바꿈 안되는것 해결 ]

    <!-- 림스 모바일 글쓰기 줄바꿈 안되는것 /m/skin/view.basic.php #51 아미나 모바일 글쓰기 줄바꿈 안되는것 /m/s…

    [ iframe 사용법 ] 댓글 1

    \r\niframe 사용법\r\n \r\n\r\n사용법은 간단합니다. 위치하고 싶은 부분에 다음과 같이 삽입합니다. ===============…

    [ Netdrive 속도가 느릴때, 동영상이 끊길때 해결법 ]

    Netdrive 속도가 느릴때, 동영상이 끊길때 해결법컴퓨터 이야기~/소프트웨어 2012/02/20 09:02요즘 NAS 를 많이 사용하는데 N…

    [ 시놀리지 서버 로컬드라이브 설정 최신 NetDrive2_Setup_2_6_5_739.exe 사용 ]

    시놀리지 서버 로컬드라이브 설정 최신 NetDrive2_Setup_2_6_5_739.exe 사용기간 사용이 있지만 1개 연결 자동연결이 되지 않…

    [ XPEnology 5.1 Installation | VMWare Player 동영상자료 ]

    ♠ https://11q.kr는 정보를 찾아 공유 합니다..\r\n♠ 11q.kr은 정보를 찾아 공유 합니다. https://11q.kr htt…

    [ DSM6 시놀로지/ 헤놀로지 XPENOLOGY 서버 이전 완료 .... ]

    DSM6 시놀로지/ 헤놀로지 XPENOLOGY 서버 이전 완료 ....♠ shimss home 는 컴퓨터자료 windows10, server 2…

    [ qcam_내부접속 설정 접속 ] 댓글 2

    간혹 QCAM 네트워크를 연결이 되지 않으면 초기화후 설정을 직접 입력 저장으로 하세요복원하니 문제가 나서 재설정으로 함.이하 qcam q3 설…

    [ 스크립트를 이용한 백업 ]

    스크립트를 이용한 백업다양한 상황에 따른 스크립트를 이용한 백업을 활용하고 있는데, 몇 가지 내용들을 정리해 보았습니다.다른 명령을 이용한 더 …

    [ DSM 5001 포트 선택시 HTTPS로 리디랙션으로 DSM 접속불가능시 ]

    [Synology NAS] DSM 보안(HTTPS) DSM 5001 포트 선택시 HTTPS로 리디랙션으로 DSM 접속불가능 할수 있습니다 접속시…

    [ 우분투(Ubuntu) 16.04 | root 계정으로 로그인하기, root 계정으로 ssh 접속하기 ]

    -우분투(Ubuntu) 16.04 | root 계정으로 로그인하기, root 계정으로 ssh 접속하기우분투(Ubuntu)는 보안상의 이유로 ro…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-07-05 22:18:50

    오늘의 홈 현황


    • 현재 접속자♨ 659 명
    • 오늘 가입자※ 3 명
    • 어제 가입자※ 8 명
    • 주간 가입자※ 17 명
    • 오늘 방문자 1,926 명
    • 어제 방문자 2,205 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,415,429 명
    • 전체 게시물※ 8,677 개
    • 전체 댓글수※ 24,838 개
    • 전체 회원수 11,092 명

    QR코드


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

    알림 0








    최신글↑