Is it possible to create a new Canvas page?

Jump to solution
sam_ofloinn
Community Novice

I'm developing a new application for Canvas, and I just want to verify one thing. Is it possible to program a new webpage on my server, https://my.instructure.com, using a text editor or other material? Or would anything I make have to be its own page that works with Canvas endpoints and such?

EDIT: To expand on this some more, it's my understanding that while Canvas gives great assistance to any new software that wishes to use its resources, via endpoints, it does not permit aspects such as https://my.instructure.com/newWebpage or https://my.instructure.com/existingEndpoint/newEndpoint. Is that accurate?

Labels (2)
1 Solution
jsavage2
Community Contributor

Hi Lee,

That's more-or-less the case.

The only exception would be if you self-hosted the an open-source version of Canvas on your own server instead of using Instructure's cloud offering. In that case, you could configure your HTTP server to serve whatever you want.

If you just want to publish some static files, though, you can always link directly to pages in public courses. 

View solution in original post