Skip to content

Commit d5bd9a3

Browse files
committed
Merge branch 'develop'
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
2 parents acd3918 + 7e54e4d commit d5bd9a3

File tree

124 files changed

+2897
-1664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2897
-1664
lines changed

components.d.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// generated by unplugin-vue-components
2-
// We suggest you to commit this file into source control
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// Generated by unplugin-vue-components
35
// Read more: https://github.com/vuejs/core/pull/3399
46
export {}
57

@@ -24,11 +26,10 @@ declare module 'vue' {
2426
AppIcon: typeof import('./src/components/ui/AppIcon.vue')['default']
2527
AppInlineHelp: typeof import('./src/components/ui/AppInlineHelp.vue')['default']
2628
AppIroColorPicker: typeof import('./src/components/ui/AppIroColorPicker.vue')['default']
27-
AppMacroBtn: typeof import('./src/components/ui/AppMacroBtn.vue')['default']
28-
AppNamedInput: typeof import('./src/components/ui/AppNamedInput.vue')['default']
2929
AppNamedSelect: typeof import('./src/components/ui/AppNamedSelect.vue')['default']
3030
AppNamedSlider: typeof import('./src/components/ui/AppNamedSlider.vue')['default']
3131
AppNamedSwitch: typeof import('./src/components/ui/AppNamedSwitch.vue')['default']
32+
AppNamedTextField: typeof import('./src/components/ui/AppNamedTextField.vue')['default']
3233
AppNavDrawer: typeof import('./src/components/layout/AppNavDrawer.vue')['default']
3334
AppNavItem: typeof import('./src/components/ui/AppNavItem.vue')['default']
3435
AppNotificationMenu: typeof import('./src/components/layout/AppNotificationMenu.vue')['default']
@@ -48,6 +49,7 @@ declare module 'vue' {
4849
ManualProbeDialog: typeof import('./src/components/common/ManualProbeDialog.vue')['default']
4950
PromiseWrapper: typeof import('./src/components/common/PromiseWrapper.vue')['default']
5051
RegisterServiceWorker: typeof import('./src/components/common/RegisterServiceWorker.vue')['default']
52+
RolloverLogsDialog: typeof import('./src/components/common/RolloverLogsDialog.vue')['default']
5153
RouterLink: typeof import('vue-router')['RouterLink']
5254
RouterView: typeof import('vue-router')['RouterView']
5355
SocketDisconnected: typeof import('./src/components/common/SocketDisconnected.vue')['default']
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
title: OctoEverywhere Free Remote Access
4+
parent: Configuration
5+
nav_order: 7
6+
permalink: /configuration/octoeverywhere_free_remote_access
7+
---
8+
9+
# OctoEverywhere - Free Remote Access, AI Failure Detection, And More
10+
{: .no_toc }
11+
12+
---
13+
14+
[OctoEverywhere](https://octoeverywhere.com/?source=fluidd_docs_header) empowers you with free, secure, and unlimited access to your full Fluidd web portal from anywhere, including full-frame rate webcam streaming. OctoEverywhere is a maker community project with servers worldwide, providing a fast and secure connection.
15+
16+
Along with remote access, OctoEverywhere recently launched free and unlimited next-generation AI print failure detection called [Gadget](https://octoeverywhere.com/gadget?source=fluidd_docs). Gadget watches your prints and alerts you or pauses them if it common print issues, saving you time and money.
17+
18+
OctoEverywhere also includes:
19+
* Real-time status notifications via Telegram, Discord, Email, SMS, Mobile Push, and more.
20+
* Support for mobile apps, like Mobileraker.
21+
* Print live streaming with full webcam streams and real-time stats.
22+
* Secure remote access sharing.
23+
* And more!
24+
25+
It only takes about 20 seconds to set up OctoEverywhere, [follow this guide to get started.](https://octoeverywhere.com/getstarted?source=fluidd_docs)

docs/installation/fluiddpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permalink: /installation/fluiddpi
1717

1818
---
1919

20-
## !! WARNING !!
20+
## ⚠️ WARNING ⚠️
2121
{: .text-red-300 #warning}
2222

2323
FluiddPI is not under active maintenance and we've had reports from users

0 commit comments

Comments
 (0)