Commit Graph

97 Commits

Author SHA1 Message Date
iamromulan
88f76ae642 Update GITTREE to current branch 2024-05-04 01:17:03 -04:00
iamromulan
54ddb6a0a3 Enable Installation 2024-05-03 23:03:56 -04:00
RouteTable
e18ec1764c Updated to resolve tailscale update issue with filesystem readonly. 2024-04-18 02:36:56 -05:00
Cameron Thompson
cbdf13fce5 Fixed missing library for htpasswd utility 2024-04-15 19:25:05 -04:00
Cameron Thompson
82c2abd1b1 Fix Password issues
-You can now set a password longer than 8 characters; borrowing the htpasswd utility from Apache for this

-In the future to change the simpleadmin password, run simplepasswd from the console.
2024-04-14 13:25:40 -04:00
iamromulan
0c62275c95 Move .htpasswd to /opt/etc 2024-04-13 23:25:55 -04:00
iamromulan
ec2853878e Fix link 2024-04-13 22:37:21 -04:00
iamromulan
de8ca3eacb Add SSHd uninstall function 2024-04-13 22:34:05 -04:00
iamromulan
87f1733830 Phase 1 bug fixes
-Added menu option to set Simpleadmin password
-Added menu option to set root/console/ttyd/login password
-Fixed link for update_simpleadmin.sh
2024-04-13 22:21:37 -04:00
iamromulan
7f17818a9c Simpleupdates Phase 1
-Moved several installation functions to individual scripts that will run as systemd processes for updating/installing; This is phase 1 in creating an automatic update system
-Merged ttyd into simpleadmin as it is now part of simpleadmin as "console"
2024-04-13 21:56:39 -04:00
Zach Brown
723b69f662 Fixes for setting ttl 2024-04-13 13:09:54 +00:00
Cameron Thompson
817970bb71 Update RMxxx_rgmii_toolkit.sh 2024-04-13 01:20:57 -04:00
Cameron Thompson
e612482dc4 Update RMxxx_rgmii_toolkit.sh 2024-04-13 01:15:58 -04:00
Cameron Thompson
78e07160e2 Update RMxxx_rgmii_toolkit.sh 2024-04-13 01:11:06 -04:00
Cameron Thompson
df93948f23 Update RMxxx_rgmii_toolkit.sh 2024-04-13 01:05:48 -04:00
Cameron Thompson
89f22e1524 Update RMxxx_rgmii_toolkit.sh
Added  --force-removal-of-dependent-packages for uninstalling lighttpd
2024-04-13 00:58:49 -04:00
Cameron Thompson
22a319d0c8 Update RMxxx_rgmii_toolkit.sh
Add --force-remove to uninstall process
2024-04-13 00:54:13 -04:00
iamromulan
9579e75ab3 Move lighttpd files to simpleadmin
-Set admin as the username
-Gave sshd it's own function
2024-04-13 00:43:52 -04:00
Cameron Thompson
a76fb0dcb0 Update RMxxx_rgmii_toolkit.sh
Update expected ttyd port to be 8080
2024-04-12 11:27:46 -04:00
Cameron Thompson
a9c2e9c152 Update RMxxx_rgmii_toolkit.sh 2024-04-11 00:30:11 -04:00
Cameron Thompson
3fae1fcf61 Update RMxxx_rgmii_toolkit.sh 2024-04-11 00:27:35 -04:00
Cameron Thompson
1663b34e1d Prep to merge 2024-04-10 23:41:21 -04:00
Zach Brown
315b937e8f Ensure lighttpd installed for ttyd 2024-04-10 12:42:49 +00:00
Zach Brown
dc7f3f17d2 last minor updates 2024-04-10 12:20:12 +00:00
Zach Brown
0b3cce7a1f Fix password 2024-04-10 02:58:25 +00:00
Zach Brown
b5166a969e Fix password bug 2024-04-10 02:47:03 +00:00
Zach Brown
b63b4d4cea Add password config 2024-04-10 02:45:12 +00:00
Zach Brown
59b3bfa6ba Add useradd for sshd 2024-04-09 21:34:44 +00:00
Zach Brown
65a8dadbb6 Fix script 2024-04-09 20:32:57 +00:00
Zach Brown
2024ec569c Fixes 2024-04-09 19:18:06 +00:00
Zach Brown
223e704adc Fix OPKG installer 2024-04-09 17:08:26 +00:00
Zach Brown
74790da711 SSH updates 2024-04-09 15:48:46 +00:00
Zach Brown
c82d9496a7 Made a few changes to lighttpd 2024-04-09 02:20:15 +00:00
Zach Brown
05c387d539 First WIP of rework to lighttpd 2024-04-07 01:46:29 +00:00
Cameron Thompson
86da9f8412 Add notes about speedtest, remove unused def. 2024-03-31 01:41:38 -04:00
Cameron Thompson
4458b582d6 Add new html to installer 2024-03-28 00:55:34 -04:00
Cameron Thompson
d387d5417b Update tailscale installer
Now gets tailscale and tailscaled directly from source
updated to 1.62.1
2024-03-28 00:47:59 -04:00
Cameron Thompson
039c3d0855 update ttyd source to 1.7.5
https://github.com/tsl0922/ttyd/releases/tag/1.7.5
2024-03-28 00:20:29 -04:00
Cameron Thompson
0b33a3991e Fix simpleadmin not installing 2024-03-27 20:32:52 -04:00
Cameron Thompson
cadf231422 Update RMxxx_rgmii_toolkit.sh 2024-03-26 01:44:10 -04:00
Cameron Thompson
ea86c78d73 Update RMxxx_rgmii_toolkit.sh
-Update ttyd installation process to allow Updating and Uninstalling; Added new dependency check

-Add fast.com CLI (tops out at 40mbps)
2024-03-26 01:11:40 -04:00
Cameron Thompson
31b58c431c Add Speedtest CLI installer 2024-03-25 01:27:32 -04:00
Cameron Thompson
93621b3f64 Update TTYd installation
-Now copies passwd from /etc to /opt/etc in the case of SELINUX is enabled on the module
-Sets the root user's home folder to /usrdata/root to allow for default writability and more available space
-Creates a .profile to be placed in the home directory that sets the correct $PATH This file can be used to execute a startup menu later.
-Creates /usrdata/root/bin for binaries to be pushed to later. This is added to the $PATH as well by .profile
2024-03-24 20:17:23 -04:00
Cameron Thompson
35993bf722 Fixed ttyd not starting at boot 2024-03-19 20:05:56 -07:00
Cameron Thompson
92fb8ab335 Update RMxxx_rgmii_toolkit.sh
Updated ttyd installation
2024-03-16 21:51:49 -04:00
Cameron Thompson
911df02bd8 Update RMxxx_rgmii_toolkit.sh
Add more info to the portable/built-in AT Command Function
Defined the Github username
2024-03-16 20:23:07 -04:00
Cameron Thompson
cf39a48263 at-socat-bridge major update toolkit fix
Fixed the chmod +x command failing
2024-03-16 18:13:45 -04:00
iamromulan
127db81532 Major at-socat-bridge update
-Now uses both smd11 and smd7 for separate AT streams
-smd11 is linked to ttyOUT
-smd7 is linked to ttyOUT2

ttyOUT is intended for automated AT commands (for parse scripts, etc)

ttyOUT2 is intended for manual user initiated AT commands; the new atcmd bin is now linked to /bin as well for utilization of ttyOUT2 by shell. Just type the command atcmd to run it.

Separating these streams will improve responsiveness and help the progress of more development.
2024-03-16 17:49:52 -04:00
iamromulan
26a74b1e24 Update RMxxx_rgmii_toolkit.sh 2024-02-26 19:59:08 -05:00
iamromulan
07e4e797b7 Add TTYd option 2024-02-26 19:56:22 -05:00