Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7b26b25
Add default env file and workspace updates
imggion Jul 6, 2025
73aac67
Move config schema from local crate to teus-schema
imggion Jul 6, 2025
9e7277c
Add fallback installer for Diesel CLI
imggion Jul 6, 2025
02c8c90
Add dev dependencies and cleanup
imggion Jul 7, 2025
cc81b6b
Remove bookmarks module
imggion Jul 7, 2025
e41793f
Remove monitoring module
imggion Jul 7, 2025
d4fcb4b
Remove webserver directory and endpoints
imggion Jul 7, 2025
afee524
Split modules into separate crates and refactor imports
imggion Jul 7, 2025
d3eb073
Add new API crate with sysinfo and route handlers
imggion Jul 7, 2025
5641625
Add authentication module with JWT token support
imggion Jul 7, 2025
30a4e79
Add Diesel-based SQLite storage implementation
imggion Jul 7, 2025
29d846e
Add Docker REST API handlers and routes
imggion Jul 7, 2025
550467b
Add system monitor crate with DB schema and queries
imggion Jul 7, 2025
6eaa7de
Add Diesel schema for SQLite database tables
imggion Jul 7, 2025
540b75a
Add bookmarks service crate with CRUD operations
imggion Jul 7, 2025
d815500
Add initial Diesel ORM configuration file
imggion Jul 7, 2025
8accf30
Cargo fmt
imggion Jul 7, 2025
99a208c
Update workspace dependencies and clean up project
imggion Jul 7, 2025
842ff07
Refactor DockerClient initialization to return Result for error handl…
imggion Jul 9, 2025
4051416
Enhance install script to check if user 'teus' is in the 'docker' gro…
imggion Jul 9, 2025
e457666
Add important disclaimer to README regarding active development statu…
imggion Jul 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL=
Loading
Loading