Angel Borroy
@angelborroy.bsky.social
160 followers 60 following 79 posts
OpenSource Developer Docker Captain University Practitioner
Posts Media Videos Starter Packs
Found something odd in @Alfresco?

* Researchers & external folks: use HackerOne
* Hyland customers & partners: via Hyland Community
* For security docs & certifications: see Hyland Trust Center

connect.hyland.com/t5/alfresco-blog/how-to-report-security-issues-for-alfresco/ba-p/493939
The @Alfresco Community asked & we delivered!

Explore the brand-new Alfresco Add-ons Catalog: alfrescolabs.github.io/alfresco-add...

Discover & share open extensions for Alfresco.
Built "by the community, for the community" 💙
#Alfresco #Hyland #OpenSource
Alfresco Addons Catalog
alfrescolabs.github.io
Modernizing @Alfresco front-end dev is here!

Ditch Yeoman, embrace Nx + Alfresco Front-End

Generators: scaffold apps, extend ACA/ADW, customize via recipes.

Dive in: connect.hyland.com/t5/alfresco-...

#Alfresco #Angular #Nx #DeveloperTools
connect.hyland.com
The new @Alfresco Developer Series is live!
aborroy.github.io/alfresco-dev...

Based on @jeffpotts01 classic work, started with Suresh Joshee at the @Hyland CL Hack-a-thon 2025.

Not yet ready for Alfresco 25, but updates coming soon!

#Alfresco #Hyland #OpenSource #Developers
Alfresco Developer Series
Tutorials and best practices for Alfresco developers
aborroy.github.io
Yesterday: Announced @Alfresco PII Transform Engine
Today: New feature proposal by @dgradecak: PII metadata extraction!

Check it out: github.com/aborroy/alf-...

Community-driven innovation in action. Keep the ideas coming!

#Alfresco #OpenSource #PII
metadata extract · Issue #1 · aborroy/alf-tengine-pii
What a wonderful idea with this project! it would be awsome to add (if technically possible) metadata extraction instead of a pdf only.
github.com
Privacy + @Alfresco users: need to redact PII in PDFs automatically? Meet alf-tengine-pii
Uses Microsoft Presidio to detect & remove names, emails, credit cards,... outputs clean PDFs.

Open source, container-ready, configurable.

github.com/aborroy/alf-tengine-pii

#Alfresco #OpenSource
GitHub - aborroy/alf-tengine-pii: Custom Alfresco TEngine to redact metadata in a PDF file
Custom Alfresco TEngine to redact metadata in a PDF file - aborroy/alf-tengine-pii
github.com
Remember that @Docker made containers easy? Now it’s making AI agents just as simple with `cagent`

I built a real use case for @Alfresco:

* Run an Agent Mesh with Docs + Audit MCP
* Control it with YAML
* Query content & logs with natural language

Blog: connect.hyland.com/t5/alfresco-...
Instantly Build AI Agents for Alfresco with Docker new "cagent"
AI agents are quickly becoming the new microservices. They encapsulate logic, connect to tools, and can be composed together to solve complex tasks. But just like containers were before Docker Compose...
connect.hyland.com
Yes. he did it again! @johnnewton announcing the new Open Source Cloud Content Repository in @Hyland CommunityLive 2025. AI ready and integrated with @Alfresco and @Nuxeo!

Available early 2026 in Alfresco GitHub repo.
New for @Alfresco devs: Base64 JS Root Object for Rhino. Encode/decode in rules without Packages, streaming-safe for large files.
API: base64.encode(document) / encodeBytes(bytes) / decodeToBytes(str)
Repo: github.com/aborroy/alfr...
#ACS #ECM #Java #OpenSource
GitHub - aborroy/alfresco-b64-jscript-root: Adds a new JavaScript Root Object `base64` to Alfresco Repo
Adds a new JavaScript Root Object `base64` to Alfresco Repo - aborroy/alfresco-b64-jscript-root
github.com
@Docker Desktop 4.44 switched the default builder to containerized Buildx, docker build won’t load images into your local store unless you add --load.

Example:
docker build --load -t summary-compare .

#Docker #DevOps