TheBB Posted April 27, 2021 Share Posted April 27, 2021 (edited) mips (be) (DSL, DUO, LTE) opkg install http://bin.entware.net/mipssf-k3.4/test/filebrowser_2.15.0-1_mips-3.4.ipk mips (el) opkg install http://bin.entware.net/mipselsf-k3.4/test/filebrowser_2.15.0-1_mipsel-3.4.ipk Edited June 28, 2021 by TheBB 1 Quote Link to comment Share on other sites More sharing options...
Дмитрий Урванцев Posted June 24, 2021 Share Posted June 24, 2021 (edited) Как то скудно, даже адрес гитхаба не указали... После установки запускается на порту 8080 командой filebrowser -r /path/to/your/files Как прописать в автозапуск я не знаю. Логин и пароль по умолчанию admin. Файловый браузер в целом нормальный, его бы вместо встроенного в кинетик, а то тот совсем бедный по функционалу. Edited June 24, 2021 by Дмитрий Урванцев Quote Link to comment Share on other sites More sharing options...
TheBB Posted June 24, 2021 Author Share Posted June 24, 2021 2 часа назад, Дмитрий Урванцев сказал: Как прописать в автозапуск я не знаю. см. https://github.com/The-BB/unsupported/tree/master/filebrowser S99filebrowser #!/bin/sh . /opt/etc/filebrowser/filebrowser.conf ENABLED=yes PROCS=filebrowser ARGS="$OPTIONS" PREARGS="" DESC=$PROCS PATH=/opt/sbin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin . /opt/etc/init.d/rc.func filebrowser.conf # address to listen on ADDR="-a 192.168.1.1" # port to listen on PORT="-p 8080" # database path DB="-d /opt/etc/filebrowser/filebrowser.db" # log output LOG="-l /opt/var/log/filebrowser.log" # root to prepend to relative paths ROOT="-r /opt" OPTIONS="$ADDR $PORT $DB $LOG $ROOT" Quote Link to comment Share on other sites More sharing options...
Николай Шаров Posted August 27, 2021 Share Posted August 27, 2021 Вышла новая версия filebrowser 2.17.2 Будет замечательно, если пакеты в тестовом репозитории тоже обновятся Спасибо! 1 Quote Link to comment Share on other sites More sharing options...
TheBB Posted August 30, 2021 Author Share Posted August 30, 2021 (edited) bump to 2.17.2 2.18.0 aarch64 - http://bin.entware.net/aarch64-k3.10/test/filebrowser_2.17.2-1_aarch64-3.10.ipk mips - http://bin.entware.net/mipssf-k3.4/test/filebrowser_2.17.2-1_mips-3.4.ipk mipsel - http://bin.entware.net/mipselsf-k3.4/test/filebrowser_2.17.2-1_mipsel-3.4.ipk Edited November 11, 2021 by TheBB bump to... 1 Quote Link to comment Share on other sites More sharing options...
Александр Юрьевич Posted November 11, 2021 Share Posted November 11, 2021 Hi! Can you make new version? https://github.com/filebrowser/filebrowser/releases/tag/v2.18.0 Quote Link to comment Share on other sites More sharing options...
TheBB Posted November 11, 2021 Author Share Posted November 11, 2021 (edited) bump to 2.18.0 aarch64 - http://bin.entware.net/aarch64-k3.10/test/filebrowser_2.18.0-1_aarch64-3.10.ipk mips - http://bin.entware.net/mipssf-k3.4/test/filebrowser_2.18.0-1_mips-3.4.ipk mipsel - http://bin.entware.net/mipselsf-k3.4/test/filebrowser_2.18.0-1_mipsel-3.4.ipk Edited March 15, 2022 by TheBB bump to... 2 2 Quote Link to comment Share on other sites More sharing options...
Dime Posted February 7, 2022 Share Posted February 7, 2022 Кому может пригодится небольшая статья/отзыв Утилитина значительно повышает возможности файлопомойки по сравнению с костылём от keenetic, но подразумевает дополнительные нюансы: 1) дополнительные 2 открытый порта - для подключения по ssh и запуска вебморды 2) дополнительные 2 пароля - для подключения по ssh и авторизации в вебморде 3) установка ОС на маршрутизатор 4) для удалённого доступа придётся ставить vpn или покупать публичный ip. На счёт безопасности - это отдельная история. Если вы не собираетесь использовать пункт 4, то необходимость в filebrowser вообще отсутствует, так как шарится файлопомойка через SMB на маршрутизаторе на windows и linux без проблем. Для линуха есть отличный гайд по монтированию шары (https://www.dmosk.ru/miniinstruktions.php?mini=linux-cifs) Тем не менее при установке FB можно забить переменную для пути создания БД по дефолту echo FB_DATABASE=/opt/etc/filebrowser/filebrowser.db >> /opt/root/.profile Создайте файл автозапуска, например: touch /opt/etc/init.d/filebrowser и заполните его необходимой инфой описаной на форуме При изменении конфига запустить/перезапустить сервис можно командой /opt/etc/init.d/filebrowser (start|restart) Quote Link to comment Share on other sites More sharing options...
Dime Posted February 7, 2022 Share Posted February 7, 2022 Редактирование к моему прошлому посту! Для подключения по ssh без пароля к dropbear можно использовать файл /opt/root/.ssh/authorized_keys скопировав его в /opt/etc/dropbear/ Quote Link to comment Share on other sites More sharing options...
Игорь Лапченко Posted February 14, 2022 Share Posted February 14, 2022 (edited) В 11.11.2021 в 14:46, TheBB сказал: bump to 2.18.0 aarch64 - http://bin.entware.net/aarch64-k3.10/test/filebrowser_2.18.0-1_aarch64-3.10.ipk mips - http://bin.entware.net/mipssf-k3.4/test/filebrowser_2.18.0-1_mips-3.4.ipk mipsel - http://bin.entware.net/mipselsf-k3.4/test/filebrowser_2.18.0-1_mipsel-3.4.ipk filebrowser обновился до версии 2.21.0 Не соберёте? Edited February 21, 2022 by Игорь Лапченко Quote Link to comment Share on other sites More sharing options...
TheBB Posted March 15, 2022 Author Share Posted March 15, 2022 bump to 2.21.1 aarch64 - filebrowser_2.21.1-2_aarch64-3.10.ipk mips - filebrowser_2.21.1-2_mips-3.4.ipk mipsel - filebrowser_2.21.1-2_mipsel-3.4.ipk 5 1 Quote Link to comment Share on other sites More sharing options...
Александр Юрьевич Posted July 20 Share Posted July 20 В 15.03.2022 в 14:51, TheBB сказал: bump to 2.21.1 aarch64 - filebrowser_2.21.1-2_aarch64-3.10.ipk mips - filebrowser_2.21.1-2_mips-3.4.ipk mipsel - filebrowser_2.21.1-2_mipsel-3.4.ipk День добрый Подскажете как самостоятельно билдить пакет установки ipk? Делаю в докере бинарник, и закидываю вместо установленного, но оно не взлетает. Бинарник делаю так docker run --rm -itv $(pwd):/srv -w /go/src/github.com/filebrowser golang:alpine \ sh -c "apk update && apk add git && \ git clone --recurse-submodules https://github.com/filebrowser/filebrowser/ && \ cd filebrowser && go get ./... && \ GOOS=linux GOARCH=mipsle go build -v -o /srv/filebrowser" Quote Link to comment Share on other sites More sharing options...
TheBB Posted July 20 Author Share Posted July 20 https://github.com/Entware/Entware/wiki/Compile-packages-from-sources Quote Link to comment Share on other sites More sharing options...
Sverdlov Anton Posted July 21 Share Posted July 21 Добрый день! Обновите, пожалуйста, до 2.23.0. Заранее спасибо! Quote Link to comment Share on other sites More sharing options...
TheBB Posted July 21 Author Share Posted July 21 opkg install http://bin.entware.net/aarch64-k3.10/test/filebrowser_2.23.0-1_aarch64-3.10.ipk opkg install http://bin.entware.net/mipselsf-k3.4/test/filebrowser_2.23.0-1_mipsel-3.4.ipk opkg install http://bin.entware.net/mipssf-k3.4/test/filebrowser_2.23.0-1_mips-3.4.ipk Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.