Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(service): add support for anchor paths #127

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

dan-online
Copy link
Owner

Description

Adds anchors, preventing the service from processing events when the anchors are not available

Example:

anchors:
  - /mnt/media # Directories
  - /mnt/media/tv # More fine-grained directories
  - /mnt/media/test.txt # Files

Closes #126

Type of change

  • Bug (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (addition or change to documentation)

Copy link

cloudflare-workers-and-pages bot commented Dec 6, 2024

Deploying autopulseui with  Cloudflare Pages  Cloudflare Pages

Latest commit: dab34ce
Status: ✅  Deploy successful!
Preview URL: https://8688b922.autopulseui.pages.dev
Branch Preview URL: https://feat-anchor-file.autopulseui.pages.dev

View logs

@dan-online dan-online enabled auto-merge (squash) December 6, 2024 14:29
@dan-online dan-online disabled auto-merge December 6, 2024 14:34
@dan-online dan-online merged commit 6fc31ac into main Dec 6, 2024
14 checks passed
@dan-online dan-online deleted the feat/anchor-file branch December 6, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Anchor file
1 participant